Chain Steps
Data license: Public court records
1 row where filing_id = 55 and party = "Pohl"
This data as json, CSV (advanced)
Suggested facets: date (date)
party 1
- Pohl · 1 ✖
chain_id 1
| Link | chain_id | step_number | filing_id | date | description | party |
|---|---|---|---|---|---|---|
| MSJ-4,2 | Kassab 3rd Amended MSJ MSJ-4 | 2 | 55 55 | 2023-03-29 | Pohl response to amended MSJ | Pohl |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE chain_steps (
chain_id TEXT REFERENCES motion_chains(chain_id),
step_number INTEGER,
filing_id INTEGER REFERENCES filings(filing_id),
date TEXT,
description TEXT,
party TEXT,
PRIMARY KEY (chain_id, step_number)
);