Create Issue
Issues
Create Issue
Create a triage issue.
POST
Create Issue
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.
Overview
Opens a new triage issue, optionally with the calls, SMS conversations, or files that prompted it. Issues are the unit of work in Triage.Headers
Your API key for authentication.
Body Parameters
Short, human-readable summary of the issue. 1-200 characters.
How urgent the issue is. Must be one of:
criticalhighmediumlow
Free-form category label, 1-64 characters. Categories are scoped to your org and reused across issues. The dashboard ships with these defaults out of the box, but you can add your own with Create Category:
TranscriptionSpeechDialogueRoutingToolsLatencyTelephonyBug
Longer explanation of the problem. Maximum 10,000 characters. Shown to Norm as part of the evidence snapshot when you prompt the agent.
Initial status. Defaults to
todo if omitted. Must be one of:backlogtodoin_progressin_reviewdoneclosed
Where the issue originated. Must be one of:
manual, created by a user from the dashboard or API (default)automated, created by an automated rule (e.g. an alert binding)client, created by a client integration on the user’s behalf
User ID of the person ultimately accountable for the issue.
User ID of the person currently working on the issue.
Evidence to attach to the issue at creation. Each entry links the issue to a call, SMS conversation, or uploaded file.
Resource link fields
Resource link fields
resource_type, one ofcall,sms_conversation, orfile.resource_id, the ID of the resource. For calls this is thecall_idreturned by Send Call.
Response
Returns201 Created with the newly created issue.
The created issue.
null on success, or a list of error objects if the request failed.Docs for agents: llms.txt