{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"docket_exhibit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"__event__": {
"type": "DocketExhibitSearch.completed",
"origin": "api"
},
"error": "<string>",
"docket_exhibit": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "Exhibit 1A",
"is_available": false
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Litigations
Docket exhibit search completed
Emitted when a Docket Exhibit search for a given Docket Exhibit has completed and results are available. The document associated with the Docket Exhibit may or may not be available for download, depending on whether it was successfully retrieved from the court’s system.
WEBHOOK
DocketExhibitSearch.completed
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"docket_exhibit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"__event__": {
"type": "DocketExhibitSearch.completed",
"origin": "api"
},
"error": "<string>",
"docket_exhibit": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"title": "Exhibit 1A",
"is_available": false
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Body
application/json
ID of the docket exhibit document request
ID of the docket exhibit the search was performed for
State of the docket exhibit search request
Available options:
PENDING, EXECUTING, COMPLETED, FAILED, CANCELLED Show child attributes
Show child attributes
Any errors that occurred during the docket exhibit search request.
The docket exhibit associated with the docket exhibit update request
Show child attributes
Show child attributes
Response
Successful Response