---
title: "List Filings"
method: GET
path: "/api/v3/filings/list"
tags: ["Filings"]
---

# List Filings

`GET /api/v3/filings/list`

Get a list of all company filings in the SimFin database.

## Query parameters

- `page` number
- `per-page` number
- `start-date` string
- `end-date` string

## Headers

- `Authorization` string, required

## Response `200`

Success

- PageableDTO
  - `contents` object[], required
  - `totalItems` integer, required

## Other responses

- `400` — Bad request
- `404` — API Not Found

---

[API](https://skmtc.dev/simfin/apis/simfin-api.md) · [All operations](https://skmtc.dev/simfin/apis/simfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simfin/simfin-api/revisions/b20125f4ac79/schema)
