Key Facts
Data license: Public court records
1 row where filing_id = 39
This data as json, CSV (advanced)
| fact_id ▼ | filing_id | fact |
|---|---|---|
| 510 | 39 39 | Pohl withdrew his own MSJ on affirmative defenses from hearing on the eve of the September 19, 2022 hearing, suggesting a strategic decision to focus on defending against defendants' MSJs rather than pressing his own offensive summary judgment motion |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_facts (
fact_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
fact TEXT
);