---
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

---

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