State: Get Case Documents
State via Parse · government_public
Get the list of documents filed in a NYSCEF case. Returns case metadata (caption, type, status) and all documents with their filing information including document name, filer, dates, and processing status. Paginated when the case has many filings. Each document carries a doc_index identifier referencing the specific filing. Access New York State Courts Electronic Filing (NYSCEF) case information including document lists and case details by docket ID. Fulfilled by Parse from iapps.courts.state.ny.us.
- b2b-directory
- finance
- government-public
- iapps-courts-state-ny-us
- parse
- platform-key
- state
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a979870e-708b-4dee-9bc1-b4a4df100a04/get_case_documents
- Interface artifact
- sha256:76e51e4a5823b17b866b9190dece2734275cc6e43eef5ce49700204c68749e31
- Manifest digest
- sha256:72a3a3156aacd3e705bde35edc0bfea497cd273e898b78911d52a99c4b357671
Request fields
- page (integer): Page number for paginated document lists.
- docket_id (string, required): The NYSCEF docket identifier for the case, a Base64-encoded string (e.g. 'xhwNitK4b0a7bpiT40gnwg=='). Found in NYSCEF case URLs as the docketId parameter.
- court_type (string): The court name (e.g. 'Livingston County Supreme Court', 'Nassau County Supreme Court'). Optional but may improve result accuracy.
Example queries
- {"page":"1","docket_id":"xhwNitK4b0a7bpiT40gnwg==","court_type":"Livingston County Supreme Court"}