cURL
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.
API key for authentication
API Key for authentication
Success
Show child attributes