v4

latestOpenAPI 3.1.02026-08-01207318738.7 KB
Content

List content

get/api/v1/content

Query parameters

cursorstring

Cursor for pagination (from previous response nextCursor)

Example:eyJpZCI6IjEyMzQ1In0

Cursor for pagination (from previous response nextCursor)

pageSizeinteger

Number of results per page (1-100, integer)

Example:20

Number of results per page (1-100, integer)

creatorIdstring uuid

Filter by creator user ID

Filter by creator user ID

folderIdstring uuid

Filter by folder ID (cannot be used with path)

Filter by folder ID (cannot be used with path)

includestring

Comma-separated list of fields to include (e.g., _count,labels)

Comma-separated list of fields to include (e.g., _count,labels)

pathstring

Filter by folder path (cannot be used with folderId)

Example:/reports/sales

Filter by folder path (cannot be used with folderId)

scope'organization' | 'restricted'

Filter by share scope

Example:organization

Filter by share scope

sortDirection'asc' | 'desc'

Sort direction

Example:asc

Sort direction

sortField'name' | 'favorites'

Field to sort by

Example:name

Field to sort by

Response

List of content (documents and folders)

Example response

{
  "records": [
    {
      "url": "https://org.omni.co/dashboards/abc123"
    }
  ]
}