v3

latestOpenAPI 3.1.02026-07-31121144224.9 KB
External: Webhooks

List Endpoint Attempts

get/api/v1/webhooks/endpoints/{endpoint_id}/attempts

Path parameters

endpoint_idstring required

Query parameters

limitinteger

Items per page.

Items per page.

iteratorstring nullable

Cursor from the previous page's iterator field.

Cursor from the previous page's iterator field.

beforestring date-time nullable

Only attempts created before this timestamp.

Only attempts created before this timestamp.

afterstring date-time nullable

Only attempts created after this timestamp.

Only attempts created after this timestamp.

statusinteger nullable

Filter by status: 0=success, 1=pending, 2=failed, 3=sending.

Filter by status: 0=success, 1=pending, 2=failed, 3=sending.

event_typesstring[] nullable

Filter by event type(s).

Filter by event type(s).

Response

Successful Response

doneboolean required

True when this is the last page.

iteratorstring nullable

Pass as iterator in the next request to fetch the following page.

prevIteratorstring nullable