> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Traces

> Trace hydration, filing page anchors, and source-to-derived lineage workflows. Traces cover filing-derived data (segmented revenues, section excerpts), SEC…

Trace hydration, filing page anchors, and source-to-derived lineage workflows. Traces cover filing-derived data (segmented revenues, section excerpts), SEC enforcement actions, market price snapshots, and analyst estimates.

Traces cover five data kinds:

| Kind             | Source          | Description                                                                           |
| ---------------- | --------------- | ------------------------------------------------------------------------------------- |
| `filing_fact`    | XBRL filings    | Segmented revenue facts with page anchors and inline fact regions                     |
| `filing_excerpt` | Filing sections | Section text excerpts with document region anchors                                    |
| `source_record`  | SEC enforcement | Enforcement action source documents (litigation releases, administrative proceedings) |
| `source_record`  | Market data     | Market price snapshots with provider attribution                                      |
| `source_record`  | Market data     | Analyst estimate datapoints with fiscal period and surprise metadata                  |

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/traces" href="/api-reference/traces/get-v1-traces">Batch resolve shared trace records by trace identifier across filing-derived and supported non-filing datasets</Card>
  <Card title="GET /v1/traces/{trace_id}" href="/api-reference/traces/get-v1-traces-trace-id">Resolve a single shared trace record by trace identifier across filing-derived and supported non-filing datasets</Card>
</CardGroup>
