Skip to main content
WEBHOOK

Body

application/json
id
string<uuid>
required

ID of the docket update request

docket_id
string<uuid>
required

ID of the docket the search was performed for

state
enum<string>
required

State of the update request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
__event__
WebhookMetadata · object
error
string | null
docket
DocketResponse (v1) · object | null

The docket associated with the update request

Response

Successful Response