Skip to main content
GET
/
events
Query Event Log
curl --request GET \
  --url https://api.example.com/events
{
  "success": true,
  "data": {
    "events": [
      {
        "id": "<string>",
        "entity": "event",
        "organization_id": "<string>",
        "name": "<string>",
        "scope": "<string>",
        "source": "<string>",
        "payload": {},
        "version": 1,
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "timestamp": "2023-11-07T05:31:56Z"
      }
    ],
    "nextCursor": "<string>"
  }
}

Query Parameters

limit
integer
default:50
cursor
string
type
string

Response

200 - application/json

A list of events

success
boolean
data
object