Skip to main content
GET
/
v1
/
get_experts
Get All Experts
curl --request GET \
  --url https://api.b-bot.space/api/v2/v1/get_experts \
  --header 'bbot-api-key: <api-key>' \
  --header 'bbot_api_key: <bbot_api_key>'
{
  "experts": [
    {
      "id": 123,
      "attributes": {
        "name": "<string>",
        "description": "<string>",
        "profession": "<string>",
        "system_message": "<string>",
        "function_description": "<string>",
        "function_name": "<string>",
        "apps": "<array>",
        "experts": "<array>",
        "abilities": "<array>",
        "templates": "<array>",
        "knowledge_containers": "<array>",
        "owner": 123,
        "locale": "<string>",
        "version": "<string>",
        "task_assistant_id": "<string>"
      }
    }
  ]
}
Permission Required: This endpoint is only available for Agencies and Middleware Partners.

Authorizations

bbot-api-key
string
header
required

API key for authentication

Headers

bbot_api_key
string
required

API Key for authentication

Response

Success

experts
Expert · object[]