Webhook Events

DocketDetailsSearch.submitted

Emitted when a Docket Details search for a given Docket has been submitted for processing.

postWebhookDocketDetailsSearch.submitted

Payload

idstring uuid required

ID of the docket update request

docket_idstring uuid required

ID of the docket the search was performed for

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required

Response

Successful Response

{"stackTrail":"webhooks:DocketDetailsSearch.submitted:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.