Skip to main content
GET
/
api
/
v1
/
{issue_identifier}
Get issue detail
curl --request GET \
  --url http://localhost:4000/api/v1/{issue_identifier} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

issue_identifier
string
required

Issue identifier (e.g. ENG-123)

Response

Issue detail

The response is of type object.

Last modified on March 31, 2026