Skip to main content
GET
Get Adhoc Docket Search By Search Request Id

Authorizations

X-API-Key
string
header
required

Path Parameters

search_request_id
string<uuid>
required

The unique identifier of the adhoc docket search request to fetch all dockets for.

Example:

"ce10149c-e55c-4be4-a1bd-bea867ef8f9a"

Response

Response

Represents an adhoc docket search response.

id
string<uuid>
required

ID of the docket search request

name
string
required

The name used for the ad-hoc docket search.

state
enum<string>
required

State of the search request

Available options:
PENDING,
EXECUTING,
COMPLETED,
FAILED,
CANCELLED
last_updated_at
string<date>
required

Date the search was last updated

dockets
DocketResponse (v1) · object[]
required

A list of dockets associated with the search request.

error
string | null

Any errors that occurred during the docket search request.