---
title: "List records with an associated integration field value"
method: GET
path: "/integrations/{integration_id}/fields/{field_name}/value/{field_value}"
tags: ["Integration fields"]
---

# List records with an associated integration field value

`GET /integrations/{integration_id}/fields/{field_name}/value/{field_value}`

Possible records are releases, initiatives, features, epics, requirements, ideas or idea votes.

## Path parameters

- `integration_id` string, required
- `field_name` string, required
- `field_value` string, required

## Query parameters

- `page` string
- `per_page` string

## Response `200`

Successful operation

## Changes

- **2026-07-26** `69bd8c9e8932` — 2 info
  - added the new optional `query` request parameter `page`
  - added the new optional `query` request parameter `per_page`

[Change history](https://skmtc.dev/aha/apis/aha-api/changes/integrations/:integration_id/fields/:field_name/value/:field_value/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/f2725b45bcf3/schema)
