List documents
Documents
List documents
Returns a paginated list of documents in your organization. Supports filtering by name and archived status.
GET
List documents
Authorizations
Bearer token created in ClearPolicy API settings 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