Skip to main content
GET
List endpoint deliveries

Authorizations

x-api-key
string
header
required

Echo API key — format: echo_<64 hex chars>. Returned once on signup.

Path Parameters

projectId
string<uuid>
required
webhookId
string<uuid>
required

Query Parameters

status
enum<string>
Available options:
pending,
retrying,
success,
failed
event_name
enum<string>
Available options:
call.started,
call.ended,
call.summary
limit
integer
default:50
Required range: 1 <= x <= 100
cursor
string

Pagination cursor from next_cursor in previous response

Response

Paginated delivery list

data
object[]
next_cursor
string | null

Pass as cursor query param to fetch the next page. null when no more results.