Skip to main content
GET
Get Issue

Authorizations

CORGEA-TOKEN
string
header
required

API key for authentication

Path Parameters

issue_id
string<uuid>
required

The ID of the issue

Query Parameters

show_full_code
boolean
default:false

Whether to include the full code in the response

include_reachability
boolean
default:false

Include endpoint reachability details for the issue.

generate_fix
boolean
default:true

Whether to start generating an eligible missing fix in the background. Set to false to return the current issue state without starting fix generation.

wait_for_the_fix
boolean
default:false

Wait for background fix generation before returning. Only applies when generate_fix is true and an eligible fix is missing. The wait is bounded (120 seconds by default); if generation is still pending, the response reports generating. Fetch the issue again to check for the completed fix.

Response

Issue details retrieved successfully

status
string
Example:

"ok"

issue
object