v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBContent
Retrieve content
Retrieve paginated list of documents and folders
get/v1/content
Query parameters
labelsstring
Filter content by labels. Provide as a comma-separated list (e.g., finance,marketing).
scope'restricted' | 'organization'
Content scope filter
sortField'favorites' | 'name'
Field to sort by
sortDirection'asc' | 'desc'
Direction for sorting:
- asc - Ascending order (A-Z, 0-9)
- desc - Descending order (Z-A, 9-0)
includestring
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
folderIdstring uuid
Returns all content in the specified folder. Cannot be used with path.
pathstring
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
creatorIdstring uuid
UUID of organization membership. Required when scope is restricted.
pageSizeinteger
Number of records per page (1-100)
cursorstring
Pagination cursor from previous response
Response
Paginated content list