List Folders
List all data folders created by a user.
Query parameters
Folder ID cursor for pagination. Returns folders that come before this folder ID in the specified sort order
Folder ID cursor for pagination. Returns folders that come before this folder ID in the specified sort order
Folder ID cursor for pagination. Returns folders that come after this folder ID in the specified sort order
Folder ID cursor for pagination. Returns folders that come after this folder ID in the specified sort order
Maximum number of folders to return
Maximum number of folders to return
Sort order for folders by creation time. 'asc' for oldest first, 'desc' for newest first
Sort order for folders by creation time. 'asc' for oldest first, 'desc' for newest first
Field to sort by
Field to sort by
Folder name to filter by
Folder name to filter by
Response
Successful Response
Example response
[
{
"id": "source-123e4567-e89b-12d3-a456-426614174000"
}
]