Skip to main content
GET
Get Docket Details By Request Id

Authorizations

X-API-Key
string
header
required

Path Parameters

docket_details_request_id
string<uuid>
required

The unique identifier of the docket to fetch details for.

Example:

"202cb286-01b3-477d-be8f-c411feb766cd"

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