Skip to main content
WEBHOOK

Body

application/json
id
string<uuid>
required

ID of the docket search request

search_entities
AdditionalDocketSearchEntityResponse (v1) · object[]
required

A list of entities searched in the docket search.

state
enum<string>
required

State of the search request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
last_updated_at
string<date>
required

Date the search was last updated

dockets
DocketResponse (v1) · object[]
required

A list of dockets associated with the search request.

__event__
WebhookMetadata · object
business_id
string<uuid> | null

ID of the business the search was performed for

person_id
string<uuid> | null

ID of the person the search was performed for

business_search_id
string<uuid> | null

ID of the business search the docket search was performed for

error
string | null

Any errors that occurred during the docket search request.

Response

Successful Response