---
title: "GET /papersign/folders"
method: GET
path: "/papersign/folders"
tags: ["Papersign Folders"]
---

# GET /papersign/folders

`GET /papersign/folders`

This endpoint returns a list of Papersign folders.
Please note that this feature is exclusively available as part of the [Papersign API](https://paperform.co/products/papersign/#pricing).

## Query parameters

- `space_id` string
- `folder_id` string
- `search` string

## Response `200`

Successfully returned a list of Papersign folders

- object
  - `status` 'ok'
  - `results` object
    - `folders` PapersignFolder[]
      - `id` number — The unique identifier of the folder.
      - `name` string, required — The name of the document.
      - `parent_id` number, nullable — The unique identifier of the parent folder.
      - `space_id` number — The unique identifier of the space.
  - `total` integer — The total number of items.
  - `has_more` boolean — Whether there are more items.
  - `limit` integer — The limit of items per page.
  - `skip` integer — The number of items to skip.

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Not Permitted
- `404` — Not Found
- `422` — Validation Error
- `429` — Too Many Requests
- `5XX` — Unexpected Error

---

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