Find recent 10-K filings
accessionNumber and filingUrl with any downstream note or model output; they identify the SEC source behind the result.
view=agent only when the endpoint reference documents the smaller projection you need.
Narrow the result set
date_from and date_to in YYYY-MM-DD form. sort accepts filing_date_desc or filing_date_asc. The exact filter set, aliases, and limits are part of the filings reference, which is the contract to use in production.
Continue through a list
PassnextCursor from one response as cursor in the next request. Do not derive pages from a total count: the API returns hasMore and nextCursor so a client can stop when the result set is exhausted.
Choose the next request
- Need the newest filing of a form: retrieve the latest filing.
- Need a named item from one filing: extract a section.
- Need passages that match a question: search filing content.
- Need a map of filing families and current section support: filing types and exhibits.

