List documents
Documents
List documents
Returns a paginated list of documents in your organization. Supports filtering by name and archived status.
GET
List documents
Documentation Index
Fetch the complete documentation index at: https://docs.clearpolicy.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth 2.0 bearer token obtained via the client credentials flow with the api:use scope.
Query Parameters
Filter by document name (case-insensitive partial match).
Maximum string length:
255When true or 1, returns only archived documents. When omitted or false, returns only active documents.
Available options:
true, false, 1, 0 Number of results per page (1–100).
Required range:
1 <= x <= 100Page number to retrieve.
Required range:
x >= 1Last modified on May 27, 2026