List events
GET
/v1/events
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Query Parameters
status
Type
string
Valid values
"delivered""failed""retrying""dlq"endpoint
Type
string
event_type
Type
string
since
Type
string
Format
"date-time"until
Type
string
Format
"date-time"cursor
Opaque pagination cursor; pass back next_cursor from the previous page.
Type
string
Responses
A page of events.
application/json
JSON "data": [ { "id": "evt_01JX9", "event_type": "orders/create", "endpoint": "/shopify-store/orders", "status": "string", "received_at": "string", "attempts": [ { "number": 1, "status": 200, "duration_ms": 142, "at": "string", "response_excerpt": "string" } ] } ], "next_cursor": "string"
{
}