GET
/
issues
/
{issue_id}
curl --request GET \
  --url https://api.chift.eu/issues/{issue_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "consumer_id": "<string>",
  "connection_id": "<string>",
  "integration_id": 123,
  "integration_name": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "updated_on": "2023-11-07T05:31:56Z",
  "last_seen": "2023-11-07T05:31:56Z",
  "error": {
    "error_code": "<string>",
    "status": "<string>",
    "title": "<string>",
    "description": "<string>"
  },
  "occurrences": 123,
  "level": "error",
  "executions": []
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

issue_id
string
required

Response

200
application/json

Successful Response

The response is of type object.