v1

latestOpenAPI 3.1.02026-07-267418115.3 KB

GET events instances

get/api/v1/events

Query parameters

pageinteger

Page number. Defaults to 1. See Pagination for more details.

per_pageinteger

Number of requested paginated records. Defaults to 50. See Pagination for more details.

sortstring nullable

Optional Mongo-style JSON sort clause, e.g., sort={"created_at": true} to sort by created_at (descending)

wherestring nullable

Optional Mongo-style JSON filter clause, e.g., where={"$uri": {"$eq": "/api/v1/samples/0ee172af60e84f61"}}

Response

OK

$uristring required
payloadobject required

The webhook payload.

status'success' | 'failed' | 'pending' | 'retryable' required

The status of the webhook for the event.

Example response

[
  {
    "$uri": "/api/v1/events/0d77065796f8d173"
  }
]