---
title: "List documents with pagination and filtering"
method: GET
path: "/documents"
tags: ["documents"]
---

# List documents with pagination and filtering

`GET /documents`

## Query parameters

- `type` string
- `lang` string
- `status` string
- `page` integer
- `limit` integer

## Response `200`

Documents

- PagedDocumentsResponse
  - `items` DocumentSummary[]
    - `id` string
    - `type` string
    - `lang` string
    - `title` string
    - `slug` string
    - `url` string
    - `layout` string
    - `summary` string
    - `date` string, date-time
    - `author` string
    - `last_editor` string
    - `taxonomies` GenericObject
  - `page` integer
  - `page_size` integer
  - `total` integer
  - `has_more` boolean

---

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