Skip to main content
PUT
Order Docket Exhibit

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_exhibit_id
string<uuid>
required

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

Example:

"93c0c4db-35fe-4073-b21a-9e8fddf936c4"

Query Parameters

from_court
boolean
default:true

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

Response

Successful Response

Represents a docket exhibit state.

id
string<uuid>
required

ID of the docket exhibit document request

docket_exhibit_id
string<uuid>
required

ID of the docket exhibit the search was performed for

state
enum<string>
required

State of the document search request

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