v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Litigation & Bankruptcy

Order Docket Details

Orders updates for the given docket from the court or cached version.

put/dockets/{docket_id}/details

Path parameters

docket_idstring uuid required

The unique identifier of the docket to fetch updates for.

Example:b44de63f-2c8a-4309-b34a-ca2e9a8ce67d

The unique identifier of the docket to fetch updates for.

Query parameters

from_courtboolean

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

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

Headers

Preferstring nullable

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

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.

Response

Successful Response

idstring uuid required

ID of the docket update request

docket_idstring uuid required

ID of the docket the search was performed for

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