---
title: "Get a specific epic"
method: GET
path: "/epics/{id}"
tags: ["Epics"]
---

# Get a specific epic

`GET /epics/{id}`

Epics belong to releases. This means that if you want to create one then you must scope it to a release.

You can
[list them all](/api/resources/epics/list_epics)
at once, or filter by
[release](/api/resources/epics/list_epics_in_a_release)
or
[product](/api/resources/epics/list_epics_in_a_product).
All these means of listing epics can be further filtered by specific critera like name, modification date, tag, or assignee.

Once you have the id of a specific epic, you can
[inspect](/api/resources/epics/get_a_specific_epic),
[modify](/api/resources/epics/update_an_epic),
or
[delete](/api/resources/epics/delete_an_epic)
them on the root epics resource.

## Path parameters

- `id` string, required

## Response `200`

Successful operation

---

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