Skip to main content
PUT
Order Docket Details

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"

Path Parameters

docket_id
string<uuid>
required

The unique identifier of the docket to fetch updates for.

Example:

"e92baa78-241d-40e6-80f1-c92a8b5662be"

Query Parameters

from_court
boolean
default:false

Whether to fetch the docket details directly from the court. Defaults to False.

Response

Successful Response

Represents a docket detail state.

id
string<uuid>
required

ID of the docket update request

docket_id
string<uuid>
required

ID of the docket the search was performed for

state
enum<string>
required

State of the update request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED