---
title: "List implementations"
method: GET
path: "/implementations"
tags: ["Actions"]
---

# List implementations

`GET /implementations`

Discover implementations either within one Product or across Products for an exact Repo + Branch.
      This is the orientation endpoint the CLI uses to resolve which implementation contexts track the current branch before any single-context detail reads.

## Query parameters

- `product_name` string
- `repo_uri` string
- `branch_name` string
- `feature_name` string

## Response `200`

Implementation list

- ImplementationsResponse
  - `data` object, required
    - `branch_name` string
    - `implementations` object[], required
      - `implementation_id` string, required
      - `implementation_name` string, required
      - `product_name` string, required
    - `product_name` string
    - `repo_uri` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation error

---

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