items CSV filter restricts to filings declaring at least one of the requested item codes (set intersection). Default per contract Section 6 is the high-signal subset 1.01,2.01,5.02,8.01. Pass items=all (or any value of all/*) to disable the filter. Retention 730 days; out-of-window from_date returns 422.x-api-key: ********************curl --location 'https://sugra.ai/api/v1/sec/edgar/8-k//material-events?from_date=undefined&to_date=undefined&items=undefined' \
--header 'x-api-key: <api-key>'{
"data": {
"cik": "0000320193",
"company_name": "string",
"from_date": "string",
"to_date": "string",
"items_filter": [
"string"
],
"events": [
{
"filing_accession": "0001628280-26-019876",
"form": "8-K",
"is_amendment": false,
"amends_accession": "string",
"filed_at": "2026-05-19T16:30:00Z",
"items": [
"2.01",
"8.01"
],
"excerpt": "string",
"primary_doc_url": "string"
}
],
"total_events_unfiltered": 5
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"attribution": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true,
"stale": true
}
}