Skip to main content
GET
Get Issue

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

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue. This is the id field returned from Create Issue, not the triage_id short code.

Response

object
The issue. See Create Issue for the full field list.
null | array
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