---
title: "GET /papersign/spaces"
method: GET
path: "/papersign/spaces"
tags: ["Papersign Spaces"]
---

# GET /papersign/spaces

`GET /papersign/spaces`

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

## Query parameters

- `search` string

## Request body

- PapersignSpace
  - `id` number — The unique identifier of the folder.
  - `name` string — The name of the space.
  - `root_folder_id` number — The unique identifier of the root folder.
  - `allow_team_access` boolean — Whether to allow team access to this space.

## Response `200`

Successfully returned a list of Papersign spaces

- object
  - `status` 'ok'
  - `results` object
    - `spaces` PapersignSpace[]
      - `id` number — The unique identifier of the folder.
      - `name` string — The name of the space.
      - `root_folder_id` number — The unique identifier of the root folder.
      - `allow_team_access` boolean — Whether to allow team access to this 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.dev/paperform/apis/paperform-api.md) · [All operations](https://skmtc.dev/paperform/apis/paperform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paperform/paperform-api/revisions/dc1e62b7063d/schema)
