---
title: "Get issue group tasks"
method: GET
path: "/issues/groups/{issue_group_id}/tasks"
---

# Get issue group tasks

`GET /issues/groups/{issue_group_id}/tasks`

Returns the tasks related to an issue group

## Path parameters

- `issue_group_id` integer, required

## Response `200`

A list of tasks related to an issue group

- object[]
  - `id` integer, required — The task ID.
  - `title` string, required — The title for this task.
  - `url` string, required — A external link to this task.
  - `status` string, required — The status of this task.
  - `assignee` object, required — the person assigned to this task.
    - `name` string, required — the name of the assignee. Is typical 'Unassigned' when there is no assignee.
    - `avatar_url` string, required — the url to the avatar image of the assignee.
  - `scope` object — the scope of this task.
    - `type` 'group' | 'single_issue' | 'code_repo' | 'cloud' | 'domain' | 'container_repo', required — the type of the resource related to the scope.
    - `id` integer, required — the id related to the selected resource of the scope. For 'group' scope, the id is -1.

---

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