---
title: "List Documents"
method: GET
path: "/public/v1/documents"
tags: ["Documents"]
---

# List Documents

`GET /public/v1/documents`

This endpoint will let you list and search for the documents.
### [Here](https://developers.pandadoc.com/docs/list-search-documents-api) you can find how to filter, search and order documents.

## Query parameters

- `template_id` string
- `form_id` string
- `folder_uuid` string
- `contact_id` string
- `count` integer
- `page` integer
- `order_by` 'name' | 'date_created' | 'date_status_changed' | 'date_of_last_action' | 'date_modified' | 'date_sent' | 'date_completed' | 'date_expiration' | 'date_declined' | 'status' | '-name' | '-date_created' | '-date_status_changed' | '-date_of_last_action' | '-date_modified' | '-date_sent' | '-date_completed' | '-date_expiration' | '-date_declined' | '-status'
- `created_from` string, date-time
- `created_to` string, date-time
- `deleted` boolean
- `id` string — Searches for document by it's id.
- `completed_from` string, date-time
- `completed_to` string, date-time
- `membership_id` string
- `metadata` string[]
- `modified_from` string, date-time
- `modified_to` string, date-time
- `q` string
- `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14
- `status__ne` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14
- `tag` string

## Response `200`

OK

- DocumentListResponse
  - `results` object[]
    - `id` string
    - `name` string
    - `status` string
    - `date_created` string
    - `date_modified` string
    - `date_completed` string, nullable
    - `expiration_date` string, nullable
    - `version` string

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `403` — Permission error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/versions/0c2b70be3fb0/schema)
