List documents
List a project’s documents (paginated). Supports text search, status filtering, and filtering by collection.
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Maximum number of results per page
1 <= x <= 1000Number of results to skip for pagination
x >= 0Case-insensitive search over document id and name.
Which documents to include by deletion status.
active, all, deleted Filter by collection (the Document.collection foreign key). Pass a collection
slug to return documents whose collection matches it; pass the sentinel
__none__ for the "Default" bucket (documents with no collection).
Field to order results by. Prefix with - for descending. Defaults to name
(ascending) when omitted. id is always appended as a stable tiebreaker.
collection__name orders by the related collection name; documents in the
"Default" bucket (no collection) group together.
created_at, -created_at, name, -name, collection__name, -collection__name