---
title: "Get the project data id list"
method: POST
path: "/data-providers/{dataProviderId}/projects/{projectId}/dataIdList"
tags: ["Project"]
---

# Get the project data id list

`POST /data-providers/{dataProviderId}/projects/{projectId}/dataIdList`

## Path parameters

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

## Request body

- object
  - `from` integer, nullable, required — The index of the first data to return
  - `to` integer, nullable, required — The index of the last data to return
  - `analysis` object, nullable, required
    - `id` string, required — Id of the analysis
    - `start` boolean — If true, this is the first request of the analysis
    - `end` boolean — If true, this is the last request of the analysis

## Response `200`

project

## Changes

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

[Change history](https://skmtc.dev/debiai/apis/debiai-backend-api/changes/data-providers/:dataProviderId/projects/:projectId/dataIdList/post.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)
