---
title: "Get a filing"
method: GET
path: "/filings/{filing_id}"
---

# Get a filing

`GET /filings/{filing_id}`

## Path parameters

- `filing_id` string, required

## Response `200`

200

- object
  - `id` string
  - `company` string
  - `year` integer
  - `period` string
  - `label` string
  - `jurisdiction` string, nullable — Lowercase region code for the filing (`fed` or lowercased ISO 3166-2:US region code).
  - `agency` string, nullable — ID of the Agency that receives this filing.
  - `due_at` string
  - `filed_at` string
  - `closed_at` string
  - `document` string
  - `filing_attempts` integer
  - `amends` string[]
  - `amended_by` string[]
  - `status` string
  - `status_history` object[]
    - `status` string
    - `status_at` string
    - `blocked_reasons` object[]

## Other responses

- `400` — 400

---

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