Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
/api/v1/filings/filtersGET
Distinct feeds, organizations, and statuses present in the catalog.
Authorization
bearerAuth *Bearer <token>
Session token from the app, or an API key (the ak_ prefix), sent as a Bearer token or an ?api_key= query parameter.. Token in: header
Response
200 · The distinct feed, organization, and status values present.
feeds *string[]
orgs *string[]
statuses *string[]
Request example
curl -X GET "https://api.adjacent.markets/api/v1/filings/filters" \ -H "Authorization: Bearer <token>"