Get Issue
Issues
Get Issue
Get a triage issue by ID.
GET
Get 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
Returns a single issue. Same shape as Create Issue. Sub-resources (resources, flags, relations, alert bindings, activity) are fetched via their own paginated endpoints.Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue. This is the
id field returned from Create Issue, not the triage_id short code.Response
The issue. See Create Issue for the full field list.
null on success. Returns 404 with { error: "not_found", message: "Issue not found" } if the ID does not exist or is not in your org.Docs for agents: llms.txt