Skip to main content
GET
/
v1
/
bot
/
workspace
/
readall
List Workspaces
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Response

200 - application/json

List of workspaces

workspaces
object[]