Skip to main content
GET
List Webhook Deliveries

Authorizations

Authorization
string
header
required

Send the credential as Authorization: Bearer <key>.

Scoped partner credentials use the exclusive nxsk_v1_... namespace. Each scoped key is bound at issuance to one organization, one canonical named environment, an explicit engine set, and a least-privilege capability set. A malformed, unknown, rotated, or revoked nxsk_ key fails closed and is never retried as a legacy key.

Capabilities used by this API are runs:write, runs:read, engines:read, catalog:read, webhooks:manage, runs:defensibility:read, runs:test, and converse:use. Operation descriptions name the required capability. Grandfathered nx_live_... and nx_test_... keys retain their existing broad access during the compatibility window.

Path Parameters

endpointID
string<uuid>
required

Webhook endpoint UUID.

Query Parameters

status
enum<string>

Filter deliveries by status.

Available options:
pending,
in_progress,
success,
dead_letter,
cancelled
event_type
enum<string>

Filter deliveries by event type.

Available options:
run.completed,
run.failed,
run.superseded
cursor
string

Pagination cursor from a previous response.

Response

List of deliveries.

deliveries
object[]
required
next_cursor
string

Pagination cursor. Omitted when there is no next page.