---
title: "List filings"
method: GET
path: "/filings"
---

# List filings

`GET /filings`

List all filings

## Query parameters

- `company` string
- `jurisdiction` string[]
- `status` 'pending' | 'blocked' | 'filed' | 'inapplicable'
- `year` integer
- `period` 'annual' | 'q1' | 'q2' | 'q3' | 'q4' | 'january' | 'february' | 'march' | 'april' | 'may' | 'june' | 'july' | 'august' | 'september' | 'october' | 'november' | 'december' | 'other'
- `limit` integer
- `is_amendment` boolean

## Response `200`

200

- object
  - `next` string
  - `previous` string
  - `results` 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)
