Skip to main content
GET
Get All Dockets By Search Request Id

Authorizations

X-API-Key
string
header
required

Path Parameters

search_request_id
string<uuid>
required

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

Example:

"f2cd0245-52e2-49bf-b20c-44d6e0be631d"

Response

Response

Represents a docket search response.

id
string<uuid>
required

ID of the docket search request

search_entities
AdditionalDocketSearchEntityResponse (v1) · object[]
required

A list of entities searched in the 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.

business_id
string<uuid> | null

ID of the business the search was performed for

person_id
string<uuid> | null

ID of the person the search was performed for

business_search_id
string<uuid> | null

ID of the business search the docket search was performed for

error
string | null

Any errors that occurred during the docket search request.