Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Project-bound Apollo Signal API key. Keys begin with ap_signal_ and must carry the permission shown on the operation.

Path Parameters

projectId
string
required

Project identifier. For API-key authentication, it must match the project bound to the key.

endpointId
string
required

Webhook endpoint identifier in this project.

Query Parameters

page
integer<int32>

1-based page number (default: 1).

size
integer<int32>

Deliveries per page (default: 50, max: 100).

Response

Paginated delivery history.

data
WebhookDeliveryResponse · object[]
required
page
PageInfo · object
required