Skip to main content
GET
SDK (@phosra/sdk)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhookID
string<uuid>
required

Query Parameters

limit
integer

Maximum number of deliveries to return (default 50)

Response

Delivery history

id
string<uuid>

Unique identifier for this resource.

webhook_id
string<uuid>

Identifier of the webhook.

event
string

Event type that triggered this delivery (e.g. policy.updated).

payload
object

The event payload delivered to the endpoint, matching the webhook event schema.

response_code
integer | null

HTTP status code returned by the subscriber endpoint; null if unreachable.

success
boolean

Whether the delivery received a 2xx response from the subscriber.

attempts
integer

Number of delivery attempts made so far, including retries.

next_retry_at
string<date-time> | null

RFC 3339 timestamp.

created_at
string<date-time>

RFC 3339 timestamp of when the resource was created.