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>"
}
}
]
}Retrieve all experts associated with the authenticated user. Only available for Agencies and Middleware Partners.
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>"
}
}
]
}API key for authentication
API Key for authentication
Success
Show child attributes
Unique expert identifier
Show child attributes
Expert name
Expert description
Expert profession/role
System instructions for the expert
Description of expert's function
Function name for API routing
Connected applications
Team member expert IDs
Expert abilities/skills
Quick action templates
Linked knowledge bases
Owner user ID
Localization setting
Expert version
Linked task assistant ID