Retrieve content
Retrieve paginated list of documents and folders
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Query Parameters
Filter content by labels. Provide as a comma-separated list (e.g., finance,marketing).
Content scope filter
restricted, organization Field to sort by
favorites, name, updatedAt Direction for sorting:
asc- Ascending order (A-Z, 0-9)desc- Descending order (Z-A, 9-0)
asc, desc Comma-separated list of additional fields to include in the response:
_count- Adds count metrics (folders: document and favorite counts; documents: favorite and view counts)labels- Includes associated content labels
Returns all content in the specified folder. Cannot be used with path.
Filter content by path. Cannot be used with folderId. Examples:
/folder/subfolder- Returns the folder and any content it contains/folder/*- Returns all folders and content recursively in the path/- Returns all content in the organization
UUID of organization membership. Required when scope is restricted.
Number of records per page (1-100)
1 <= x <= 100Pagination cursor from previous response