Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.boostgpt.co/v1/bot/workspace/readall \ --header 'Authorization: Bearer <token>'
{ "workspaces": [ { "uuid": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
List all workspaces for an agent and the authenticated user
Enter your API key
Project ID
Agent ID
List of workspaces
Show child attributes
Was this page helpful?