---
title: "Get a specific subscription for an idea"
method: GET
path: "/ideas/{idea_id}/subscriptions/{id}"
tags: ["Idea subscriptions"]
---

# Get a specific subscription for an idea

`GET /ideas/{idea_id}/subscriptions/{id}`

## Path parameters

- `idea_id` string, required
- `id` string, required

## Query parameters

- `fields` string

## Response `200`

Successful operation

## Changes

- **2026-08-12** `bfbe6f6d74a1` — 8 warning
  - removed the optional property `idea_subscription/created_at` from the response with the `200` status
  - removed the optional property `idea_subscription/idea/created_at` from the response with the `200` status
  - removed the optional property `idea_subscription/idea/description` from the response with the `200` status
  - removed the optional property `idea_subscription/idea/resource` from the response with the `200` status
  - …4 more
- **2026-08-04** `6274be5aa6c5` — 1 info
  - added the new optional `query` request parameter `fields`
- **2026-07-26** `69bd8c9e8932` — 1 info
  - added the optional property `idea_subscription/idea/workflow_status/workflow_status_category` to the response with the `200` status

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/ideas/:idea_id/subscriptions/:id/get.md)

---

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