---
title: "Return the data for all Folders"
method: GET
path: "/folders.json"
tags: ["Folders"]
---

# Return the data for all Folders

`GET /folders.json`

Outlines the parameters, optional and required, used when requesting the data for all Folders

## Query parameters

- `contact_id` integer
- `created_since` string, date-time
- `document_category_id` integer
- `external_property_name` string
- `external_property_value` string
- `fields` string
- `ids[]` integer
- `include_deleted` boolean
- `limit` integer
- `matter_id` integer
- `order` 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'updated_at(asc)' | 'updated_at(desc)'
- `page_token` string
- `parent_id` integer
- `query` string
- `scope` 'descendants' | 'children'
- `updated_since` string, date-time

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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