v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Litigation & Bankruptcy

Order Docket Exhibit

Orders the document for the given docket exhibit from the court or cached version.

put/dockets/exhibits/{docket_exhibit_id}

Path parameters

docket_exhibit_idstring uuid required

The unique identifier of the docket exhibit to fetch documents for.

Example:e5c21086-9312-4468-824d-e9127c6f49c7

The unique identifier of the docket exhibit to fetch documents for.

Query parameters

from_courtboolean

Whether to fetch the document directly from the court. Defaults to True as all cached versions will already be available.

Whether to fetch the document directly from the court. Defaults to True as all cached versions will already be available.

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 exhibit document request

docket_exhibit_idstring uuid required

ID of the docket exhibit the search was performed for

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