v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Litigation & Bankruptcy

Get Docket Details

Fetches the most recent docket details for the given docket ID.

get/dockets/{docket_id}/details

Path parameters

docket_idstring uuid required

The unique identifier of the docket to get details for.

Example:de2d4820-7943-40e3-9bc2-6dd47e9674c1

The unique identifier of the docket to get details for.

Response

Successful Response

idstring uuid required

ID of the docket update request

docket_idstring uuid required

ID of the docket the search was performed for

state'PENDING' | 'EXECUTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
errorstring nullable

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"
          }
        ]
      }
    ]
  }
}