Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
A list of events
Show child attributes