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

# SEC Filing File

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

Get filing file

## Path parameters

- `filing_id` string, required — Unique identifier for the filing.
- `file_id` string, required — An identifier unique to the filing for this data entry.

## Response `200`

The file data.

- object — File associated with the filing. This provides information to uniquly identify the additional data and a URL where the file may be downloaded.
  - `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.

---

[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)
