get_issue
Fetch a specific issue's complete record by ULID or ISSUE-N display ID. Choose between compact, standard, or full views to get only the details you need.
Instructions
Get the current issue record by ULID or ISSUE-N display ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | ||
| issue_id | Yes | Canonical issue identifier (ULID or ISSUE-N). | |
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| title | Yes | ||
| labels | No | ||
| status | No | ||
| version | Yes | ||
| priority | No | ||
| closed_at | No | ||
| created_at | No | ||
| display_id | Yes | ||
| updated_at | Yes | ||
| archived_at | No | ||
| description | No | ||
| sequence_no | Yes | ||
| blocked_reason | No | ||
| parent_issue_id | No | ||
| acceptance_criteria | No |