v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBList folders
Query parameters
Cursor for pagination
Cursor for pagination
Comma-separated list of fields to include (_count, labels, onlySharedWithMe). onlySharedWithMe returns only folders shared with the user, cannot be combined with ownerId or path, and when used with org-scoped API keys requires the userId query parameter. For user-scoped keys (PAT), userId is auto-inferred from the token.
Comma-separated list of fields to include (_count, labels, onlySharedWithMe). onlySharedWithMe returns only folders shared with the user, cannot be combined with ownerId or path, and when used with org-scoped API keys requires the userId query parameter. For user-scoped keys (PAT), userId is auto-inferred from the token.
Comma-separated list of labels to filter by
Comma-separated list of labels to filter by
Filter by owner user ID
Filter by owner user ID
Number of results per page
Number of results per page
Filter by exact path
Filter by exact path
Filter by share scope
Filter by share scope
Sort direction
Sort direction
Field to sort by
Field to sort by
User membership ID. Only used with onlySharedWithMe include field. Required for org-scoped API keys; auto-inferred from the token for user-scoped keys (PAT).
User membership ID. Only used with onlySharedWithMe include field. Required for org-scoped API keys; auto-inferred from the token for user-scoped keys (PAT).
Response
Paginated list of folders
Example response
{
"records": [
{
"name": "My Reports",
"path": "/shared/reports/my-reports",
"url": "https://org.omni.co/f/my-reports"
}
]
}