curl --request GET \
--url https://api.bland.ai/v1/triage/issues/{id}/resources \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"id": "0a9d6b23-3e0f-4f3b-9d5e-2bfa3ddbd86c",
"issue_id": "4f9a7c2d-7f88-4dc4-9d1e-be83c5067f1c",
"org_id": "8a73d4d5-d9a0-4c01-9b1a-0e5d3a3b4e2c",
"resource_type": "call",
"resource_id": "4d6e79af-13ad-4c85-8c6d-7e696d6b6380",
"title": "Caller asked to be transferred to billing after the agent failed to verify their account.",
"status": "available",
"metadata": { "created_at": "2026-04-30T14:11:08.000Z" },
"attached_by_id": "1f4cabe4-5f9b-4b30-bc4f-fcd3e94a5b15",
"created_at": "2026-05-07T05:25:56.361Z"
}
],
"next_cursor": null
},
"errors": null
}
List resources attached to an issue.
curl --request GET \
--url https://api.bland.ai/v1/triage/issues/{id}/resources \
--header 'authorization: <authorization>'{
"data": {
"items": [
{
"id": "0a9d6b23-3e0f-4f3b-9d5e-2bfa3ddbd86c",
"issue_id": "4f9a7c2d-7f88-4dc4-9d1e-be83c5067f1c",
"org_id": "8a73d4d5-d9a0-4c01-9b1a-0e5d3a3b4e2c",
"resource_type": "call",
"resource_id": "4d6e79af-13ad-4c85-8c6d-7e696d6b6380",
"title": "Caller asked to be transferred to billing after the agent failed to verify their account.",
"status": "available",
"metadata": { "created_at": "2026-04-30T14:11:08.000Z" },
"attached_by_id": "1f4cabe4-5f9b-4b30-bc4f-fcd3e94a5b15",
"created_at": "2026-05-07T05:25:56.361Z"
}
],
"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.null.null on success. Returns 404 if the issue does not exist.{
"data": {
"items": [
{
"id": "0a9d6b23-3e0f-4f3b-9d5e-2bfa3ddbd86c",
"issue_id": "4f9a7c2d-7f88-4dc4-9d1e-be83c5067f1c",
"org_id": "8a73d4d5-d9a0-4c01-9b1a-0e5d3a3b4e2c",
"resource_type": "call",
"resource_id": "4d6e79af-13ad-4c85-8c6d-7e696d6b6380",
"title": "Caller asked to be transferred to billing after the agent failed to verify their account.",
"status": "available",
"metadata": { "created_at": "2026-04-30T14:11:08.000Z" },
"attached_by_id": "1f4cabe4-5f9b-4b30-bc4f-fcd3e94a5b15",
"created_at": "2026-05-07T05:25:56.361Z"
}
],
"next_cursor": null
},
"errors": null
}
Was this page helpful?