GET
/
v1
/
admin
/
workspaces
curl --request GET \
  --url https://api.botpress.cloud/v1/admin/workspaces
{
  "workspaces": [
    {
      "id": "<string>",
      "name": "<string>",
      "ownerId": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>",
      "botCount": 123,
      "billingVersion": "v1",
      "plan": "community",
      "blocked": true,
      "spendingLimit": 123,
      "about": "",
      "profilePicture": "",
      "contactEmail": "",
      "website": "",
      "socialAccounts": [],
      "isPublic": true,
      "handle": ""
    }
  ],
  "meta": {
    "nextToken": "<string>"
  }
}

Query Parameters

nextToken
string

Provide the meta.nextToken value provided in the last API response to retrieve the next page of results

handle
string

Workspace handle

Response

200
application/json
Success
workspaces
object[]
required
meta
object
required