v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Webhook Events

DocketExhibitSearch.completed

Emitted when a Docket Exhibit search for a given Docket Exhibit has completed and results are available. The document associated with the Docket Exhibit may or may not be available for download, depending on whether it was successfully retrieved from the court's system.

postWebhookDocketExhibitSearch.completed

Payload

idstring uuid required

ID of the docket exhibit document request

docket_exhibit_idstring uuid required

ID of the docket exhibit the search was performed for

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

Any errors that occurred during the docket exhibit search request.

Example payload

{
  "docket_exhibit": {
    "title": "Exhibit 1A"
  }
}

Response

Successful Response

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