curl --request GET \
--url https://api.bland.ai/v1/triage/flag-types \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"type": "missed_handoff",
"description": "Agent transferred without confirming the email.",
"usage_count": 4,
"last_used_at": "2026-05-07T05:26:11.327Z"
},
{
"type": "wrong_pathway_node",
"description": "Agent jumped to closing without verifying.",
"usage_count": 2,
"last_used_at": "2026-05-05T22:14:01.117Z"
}
],
"next_cursor": null
},
"errors": null
}
List reusable flag types in your org.
curl --request GET \
--url https://api.bland.ai/v1/triage/flag-types \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"type": "missed_handoff",
"description": "Agent transferred without confirming the email.",
"usage_count": 4,
"last_used_at": "2026-05-07T05:26:11.327Z"
},
{
"type": "wrong_pathway_node",
"description": "Agent jumped to closing without verifying.",
"usage_count": 2,
"last_used_at": "2026-05-05T22:14:01.117Z"
}
],
"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 Flag type fields
null.null on success.{
"data": {
"items": [
{
"type": "missed_handoff",
"description": "Agent transferred without confirming the email.",
"usage_count": 4,
"last_used_at": "2026-05-07T05:26:11.327Z"
},
{
"type": "wrong_pathway_node",
"description": "Agent jumped to closing without verifying.",
"usage_count": 2,
"last_used_at": "2026-05-05T22:14:01.117Z"
}
],
"next_cursor": null
},
"errors": null
}
Was this page helpful?