Chain Steps
Data license: Public court records
6 rows where chain_id = "MSJ-3"
This data as json, CSV (advanced)
Suggested facets: date (date)
| Link | chain_id | step_number | filing_id | date | description | party |
|---|---|---|---|---|---|---|
| MSJ-3,1 | Pohl Barratry MSJ & Related MSJ-3 | 1 | 34 34 | 2022-09-12 | Kassab response to no-evid MSJ | Kassab |
| MSJ-3,2 | Pohl Barratry MSJ & Related MSJ-3 | 2 | 39 39 | 2022-09-18 | Pohl withdrawal of partial MSJ | Pohl |
| MSJ-3,3 | Pohl Barratry MSJ & Related MSJ-3 | 3 | 40 40 | 2022-09-19 | Kassab objection to evidence | Kassab |
| MSJ-3,4 | Pohl Barratry MSJ & Related MSJ-3 | 4 | 41 41 | 2022-09-21 | Pohl filing evidence/leave | Pohl |
| MSJ-3,5 | Pohl Barratry MSJ & Related MSJ-3 | 5 | 46 46 | 2022-11-30 | Partial MSJ on barratry liability | Pohl |
| MSJ-3,6 | Pohl Barratry MSJ & Related MSJ-3 | 6 | 57 57 | 2023-08-14 | Kassab response to barratry MSJ | Kassab |
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)
);