Skip to main content
GET
/
chatbots
/
{chatbotId}
/
custom-attributes
Get custom attributes schema
curl --request GET \
  --url https://www.chatbase.co/api/v1/chatbots/{chatbotId}/custom-attributes \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success",
  "data": [
    {
      "name": "department",
      "label": "Department",
      "type": "text",
      "description": "Employee department",
      "archived": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://chatbase.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

chatbotId
string
required

ID of the chatbot

Response

Custom attributes schema retrieved successfully

message
string
Example:

"Success"

data
object[]

Array of custom attribute definitions