Skip to main content
POST
Start Docket Search

Authorizations

X-API-Key
string
header
required

Headers

Prefer
string | null

Request execution preference (RFC 7240). Use respond-async for asynchronous execution, wait=N to specify a synchronous timeout hint in seconds, or priority=low to route the task to the low-priority queue.

Example:

"respond-async"

Body

application/json

Represents a docket business search request.

business_id
string<uuid>
required

ID of the business to search for.

type
string
default:Business
Allowed value: "Business"
options
enum<string>[]

Options controlling which types of docket searches to run. Defaults to both civil litigations and bankruptcy. Use ['Order.Litigations'] for civil dockets only, or ['Order.Bankruptcy'] for bankruptcy only.

Minimum array length: 1
Available options:
Order.Litigations,
Order.Bankruptcy
Examples:

Response

Response

Represents a docket search response.

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.

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.