List Folders
List all data folders created by a user.
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
before
Folder ID cursor for pagination. Returns folders that come before this folder ID in the specified sort order
after
Folder ID cursor for pagination. Returns folders that come after this folder ID in the specified sort order
limit
Maximum number of folders to return
order
Sort order for folders by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
name
Folder name to filter by
Response
Successful Response
name
The name of the folder.
embedding_config
The embedding configuration used by the folder.
description
The description of the folder.
instructions
Instructions for how to use the folder.
metadata
Metadata associated with the folder.
id
The human-friendly ID of the Source
created_by_id
The id of the user that made this Tool.
last_updated_by_id
The id of the user that made this Tool.
created_at
The timestamp when the folder was created.
updated_at
The timestamp when the folder was last updated.