Skip to main content
GET
List webhook delivery attempts

Authorizations

Authorization
string
header
required

API key starting with edp_live_. Pass via Authorization: Bearer edp_live_xxx.

Scopes: read:assessments, write:assessments, read:results, write:submissions.

Query Parameters

webhook_id
string<uuid>

Restrict to a single registered endpoint.

status
enum<string>
Available options:
pending,
delivered,
failed
limit
integer
default:50
Required range: x <= 100
offset
integer
default:0

Response

200 - application/json

Delivery attempts, with pagination in meta

data
object[]
error
null
meta
object