curl --request GET \
--url https://api.bland.ai/v1/triage/agents \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"provider_type": "blandcode",
"display_name": "Norm",
"description": "Default triage agent",
"is_active": true
}
],
"next_cursor": null
},
"errors": null
}
List triage agent profiles.
curl --request GET \
--url https://api.bland.ai/v1/triage/agents \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"provider_type": "blandcode",
"display_name": "Norm",
"description": "Default triage agent",
"is_active": true
}
],
"next_cursor": null
},
"errors": null
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
next_cursor from a previous page.Show Agent profile fields
agent_profile_id.blandcode for Norm.Norm for the built-in profile.null.null on success.{
"data": {
"items": [
{
"id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"provider_type": "blandcode",
"display_name": "Norm",
"description": "Default triage agent",
"is_active": true
}
],
"next_cursor": null
},
"errors": null
}
Was this page helpful?