Skip to main content
GET
List team webhook deliveries

Authorizations

Authorization
string
header
required

Send your team API key or project token as Authorization: Bearer <token>. The credential must have the required permissions. Project tokens can access only their own project.

Query Parameters

webhookId
string<uuid>

Identifier for the webhook.

Value constraints

eventId
string<uuid>

Identifier for the event.

Value constraints

status
enum<string>

Current status of this resource or operation.

Allowed values

Available options:
pending,
delivering,
retrying,
succeeded,
failed
since
string<date-time>

Specifies since for this query parameter.

Value constraints

until
string<date-time>

Specifies until for this query parameter.

Value constraints

limit
integer
default:25

Specifies limit for this query parameter.

Value constraints

Required range: 1 <= x <= 100
cursor
string

Specifies cursor for this query parameter.

Response

Success

data
object[]
required

Structured data carried by this object.

page
object
required

Specifies page for this schema.