v1
latestOpenAPI 3.1.02026-07-241695611.0 MBLitigation & Bankruptcy
Get Docket Details By Request Id
Fetches the most recent docket details for the given docket details request ID.
get/docket_searches/details/{docket_details_request_id}
Path parameters
docket_details_request_idstring uuid required
The unique identifier of the docket to fetch details for.
Example:5118ed25-e48b-400c-80c7-d2f79f740469
The unique identifier of the docket to fetch details for.
Response
Successful Response
Example response
{
"docket": {
"docket_number": "A19284",
"court": "Supreme Court of Orange County",
"division": "Civil Court Division",
"judges": [
"Honorable Paul Shaw"
],
"title": "Doe v. City of New York",
"case_type": "Civil",
"status": "Pending",
"parties": [
{
"party_type": "Complaintant",
"counsel": [
"Robin Keller"
]
}
],
"updates": [
{
"title": "Update 2",
"contents": "New details about the case.",
"date": "2024-06-01",
"exhibits": [
{
"title": "Exhibit 1A"
}
]
}
]
}
}