---
title: "List issues addressed by a task"
method: GET
path: "/autofix/history/{autofix_task_id}/issues"
---

# List issues addressed by a task

`GET /autofix/history/{autofix_task_id}/issues`

Returns the issues that an autofix task was trying to solve. Use the autofix task ID (the `id` field) from the /autofix/history endpoint.

## Path parameters

- `autofix_task_id` integer, required

## Response `200`

The issues targeted by the autofix task

- object
  - `targeted_issues` object[], required — The issues the autofix task was trying to solve.
    - `id` integer, required — The issue ID in Aikido.

## Other responses

- `404` — No autofix task was found for the given task ID.

---

[API](https://skmtc.dev/aikido/apis/authorization.md) · [All operations](https://skmtc.dev/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
