curl --request PUT \
--url https://api.bland.ai/v1/triage/issues/{id}/calls/{call_id} \
--header 'authorization: <authorization>'{
"data": {
"id": "cb27e5fb-b1f0-4b6f-9f10-13ac35617a87",
"triage_id": "T-1042",
"org_id": "1c5d7f1f-9f59-4d7f-a0a3-dd3a8b6e7f0e",
"number": 1042,
"title": "Agent skipped the verification step",
"description": "",
"status": "todo",
"severity": "high",
"source": "manual",
"category": "Routing",
"owner_id": null,
"assignee_id": null,
"author_id": "8e3d68e0-c2c5-49ea-b4a3-e7c9a1437f76",
"external_link": null,
"created_at": "2026-05-07T05:32:42.221Z",
"updated_at": "2026-05-07T05:32:42.671Z",
"last_activity_at": "2026-05-07T05:32:42.671Z",
"resource_count": 1,
"flag_count": 0,
"relation_count": 0,
"latest_agent_session": null,
"is_processing": false,
"has_unread_activity": true
},
"errors": null
}
Attach a call to an issue.
curl --request PUT \
--url https://api.bland.ai/v1/triage/issues/{id}/calls/{call_id} \
--header 'authorization: <authorization>'{
"data": {
"id": "cb27e5fb-b1f0-4b6f-9f10-13ac35617a87",
"triage_id": "T-1042",
"org_id": "1c5d7f1f-9f59-4d7f-a0a3-dd3a8b6e7f0e",
"number": 1042,
"title": "Agent skipped the verification step",
"description": "",
"status": "todo",
"severity": "high",
"source": "manual",
"category": "Routing",
"owner_id": null,
"assignee_id": null,
"author_id": "8e3d68e0-c2c5-49ea-b4a3-e7c9a1437f76",
"external_link": null,
"created_at": "2026-05-07T05:32:42.221Z",
"updated_at": "2026-05-07T05:32:42.671Z",
"last_activity_at": "2026-05-07T05:32:42.671Z",
"resource_count": 1,
"flag_count": 0,
"relation_count": 0,
"latest_agent_session": null,
"is_processing": false,
"has_unread_activity": true
},
"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.
call_id. Idempotent. Returns the full updated issue with resource_count incremented.
null on success. Returns 404 if the issue or the call cannot be found in your org.{
"data": {
"id": "cb27e5fb-b1f0-4b6f-9f10-13ac35617a87",
"triage_id": "T-1042",
"org_id": "1c5d7f1f-9f59-4d7f-a0a3-dd3a8b6e7f0e",
"number": 1042,
"title": "Agent skipped the verification step",
"description": "",
"status": "todo",
"severity": "high",
"source": "manual",
"category": "Routing",
"owner_id": null,
"assignee_id": null,
"author_id": "8e3d68e0-c2c5-49ea-b4a3-e7c9a1437f76",
"external_link": null,
"created_at": "2026-05-07T05:32:42.221Z",
"updated_at": "2026-05-07T05:32:42.671Z",
"last_activity_at": "2026-05-07T05:32:42.671Z",
"resource_count": 1,
"flag_count": 0,
"relation_count": 0,
"latest_agent_session": null,
"is_processing": false,
"has_unread_activity": true
},
"errors": null
}
Was this page helpful?