Skip to main content
POST
Start Docket Adhoc 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

Start a docket search by name (optional search options).

name
string
required

The name to search dockets for.

Required string length: 1 - 256
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 an adhoc docket search response.

id
string<uuid>
required

ID of the docket search request

name
string
required

The name used for the ad-hoc 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.

error
string | null

Any errors that occurred during the docket search request.