Skip to main content
GET
Get Docket Details

Authorizations

X-API-Key
string
header
required

Path Parameters

docket_id
string<uuid>
required

The unique identifier of the docket to get details for.

Example:

"fd0f7ca4-8b05-42a6-bcb2-e6bf327b7da3"

Response

Successful Response

Represents a docket detail response.

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
error
string | null
docket
DocketResponse (v1) · object | null

The docket associated with the update request