GET /v1/filings//similar
Find filings with semantically similar content to a given filing.Audience: application and coding agent.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
filingId | string | Yes | Filing identifier used as the semantic similarity source |
limit | integer | No | Maximum results to return (1-20, default: 5) |
form | string | No | Optional form filter such as 10-K, 10-Q, or 8-K |
Canonical metadata
requestIdtraceparentOmni-Meter-Class: semantic_searchbilling header
Example request
Example response
Give this prompt to your agent
Failure posture
- treat non-2xx responses as contract-aware failures, not free-form errors
- preserve
requestIdandtraceparentin logs and downstream reports - preserve
Omni-Meter-Classwhen present so downstream billing and usage reasoning stays intact, even if it is carried as header metadata rather than payload data - expect one result per unique filing because the endpoint deduplicates by filing ID
- treat the source filing embedding as derived retrieval context built from the source filing’s top sections rather than a user-visible artifact