Key Assertions
Data license: Public court records
4 rows where filing_id = 42
This data as json, CSV (advanced)
| assertion_id ▼ | filing_id | assertion |
|---|---|---|
| 713 | 42 42 | All four motions for summary judgment were denied in their entirety |
| 714 | 42 42 | The court denied both traditional and no-evidence summary judgment challenges |
| 715 | 42 42 | The TUTSA preemption argument was rejected |
| 716 | 42 42 | The order contains no reasoning, findings, or analysis — each motion is simply denied |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE key_assertions (
assertion_id INTEGER PRIMARY KEY AUTOINCREMENT,
filing_id INTEGER REFERENCES filings(filing_id),
assertion TEXT
);