curl --request GET \
--url https://api.boostgpt.co/v1/bot/workspace/readall \
--header 'Authorization: Bearer <token>'{
"workspaces": [
{
"uuid": "<string>",
"name": "<string>",
"description": "<string>",
"is_default": 0,
"created_at": "<string>",
"updated_at": "<string>"
}
]
}List all workspaces for an agent and the authenticated user
curl --request GET \
--url https://api.boostgpt.co/v1/bot/workspace/readall \
--header 'Authorization: Bearer <token>'{
"workspaces": [
{
"uuid": "<string>",
"name": "<string>",
"description": "<string>",
"is_default": 0,
"created_at": "<string>",
"updated_at": "<string>"
}
]
}Was this page helpful?