---
title: "Get a project selection id list"
method: GET
path: "/data-providers/{dataProviderId}/projects/{projectId}/selections/{selectionId}"
tags: ["Selection"]
---

# Get a project selection id list

`GET /data-providers/{dataProviderId}/projects/{projectId}/selections/{selectionId}`

## Path parameters

- `dataProviderId` string, required
- `projectId` string, required
- `selectionId` string, required

## Response `200`

Project selection id list

## Other responses

- `404` — Selection, project or data provider not found

## Changes

- **2024-07-22** `3063ef5d8a81` — 1 info
  - api operation id `controller.selection.get_selection_id_list` removed and replaced with `debiaiServer.controller.selection.get_selection_id_list`
- **2024-07-19** `30f824d14afd` — 1 info
  - api operation id `debiaiServer.controller.selection.get_selection_id_list` removed and replaced with `controller.selection.get_selection_id_list`

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/data-providers/:dataProviderId/projects/:projectId/selections/:selectionId/get.md)

---

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