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

# Get the project data id list

`POST /json_block/projects/{projectId}/dataIdList`

## Path parameters

- `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.dev/debiai/apis/debiai-dataprovider-backend-api.md) · [All operations](https://skmtc.dev/debiai/apis/debiai-dataprovider-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/debiai-dataprovider-backend-api/revisions/cc4807410cb3/schema)
