Conventions
- Type — JSON type (
string,integer,number,boolean,array,object,null). - Nullable —
yesif the field may legitimately benullin a valid response. - Always present —
yesif the field appears in every applicable response;noif conditional. - Enum — where a field has a fixed set of legal values, they are listed.
Response envelope — meta
Present in every response, including errors.
Truncation details
Present only whenmeta.truncated is true.
Top-level response fields — /v2/case
Case object — basic context
Present in all/v2/case responses regardless of context tier.
Party object (basic)
Returned incase.primary_parties[] at basic context.
Case object — full context additions
The following fields are added whencontext=full is requested. All basic-context fields remain present.
Party object (full)
Returned incase.parties[] at full context.
Attorney object
Cross-reference object
Docket entry object
Used in bothcase.docket_history[] and delta.new_filings[].
Appellate object
Present whencase.appellate is non-null (appellate cases only).
Delta object
Present whenlast_checked was supplied in the request.
/v2/monitor response fields
/v2/cases/batch response fields
Batch result entry
/v2/wallet/keys response fields
GET
POST (key rotation)
/v2/wallet/deliveries response fields
Delivery record
Enum reference
case_type enum
status enum
Not all values apply to all courts.