curl --request POST \
--url https://api.bland.ai/v1/triage/issues/{id}/agent-sessions \
--header 'authorization: <authorization>'{
"data": {
"id": "0431f6ad-fdd3-4408-a6cc-909842d1db41",
"agent_profile_id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"agent_name": "Norm",
"status": "active"
},
"errors": null
}
Create a Norm agent session on an issue.
curl --request POST \
--url https://api.bland.ai/v1/triage/issues/{id}/agent-sessions \
--header 'authorization: <authorization>'{
"data": {
"id": "0431f6ad-fdd3-4408-a6cc-909842d1db41",
"agent_profile_id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"agent_name": "Norm",
"status": "active"
},
"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.
{}.
201 Created with a session summary.
Show Session summary fields
{session_id} to Prompt Norm.Norm.status: "active". The full set of values that can appear on a session (for example via the issue’s latest_agent_session.status field) is: pending, active, awaiting_input, complete, error, cancelled.null on success. Returns 404 if the issue does not exist.{
"data": {
"id": "0431f6ad-fdd3-4408-a6cc-909842d1db41",
"agent_profile_id": "66720f06-f492-4ce6-a2f2-cd84fd54613e",
"agent_name": "Norm",
"status": "active"
},
"errors": null
}
Was this page helpful?