v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Webhook Events

DocketDetailsSearch.completed

Emitted when a Docket Details search for a given Docket has completed and results are available.

postWebhookDocketDetailsSearch.completed

Payload

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 payload

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

Response

Successful Response

{"stackTrail":"webhooks:DocketDetailsSearch.completed:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}