---
title: "SEC Filing Files"
method: GET
path: "/v1/reference/sec/filings/{filing_id}/files"
tags: ["reference:sec:filing:files"]
---

# SEC Filing Files

`GET /v1/reference/sec/filings/{filing_id}/files`

List filing files

## Path parameters

- `filing_id` string, required — Unique identifier for the filing.

## Query parameters

- `sequence` integer — File Sequence Number
- `filename` string — The name for the file.
- `sequence.gte` integer — File Sequence Number
- `sequence.gt` integer — File Sequence Number
- `sequence.lte` integer — File Sequence Number
- `sequence.lt` integer — File Sequence Number
- `filename.gte` string — The name for the file.
- `filename.gt` string — The name for the file.
- `filename.lte` string — The name for the file.
- `filename.lt` string — The name for the file.
- `order` 'asc' | 'desc'
- `limit` integer
- `sort` 'sequence' | 'filename'

## Response `200`

FIXME

- object
  - `count` integer, required
  - `next_url` string
  - `request_id` string, required
  - `results` object[], required
    - `description` string, required — A description for the contents of the file.
    - `filename` string — The name for the file.
    - `id` string, required — An identifier unique to the filing for this data entry.
    - `sequence` integer, required — File Sequence Number
    - `size_bytes` integer, required — The size of the file in bytes.
    - `source_url` string, uri, required — The source URL is a link back to the upstream source for this file.
    - `type` string, required — The type of document contained in the file.
  - `status` string, required

---

[API](https://skmtc.net/massive/apis/polygon-api.md) · [All operations](https://skmtc.net/massive/apis/polygon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/massive/polygon-api/revisions/ad6f143e43aa/schema)
