---
title: "Get checklist items by id"
method: GET
path: "/tasks/v1/checkList/{checkListId}"
tags: ["tasksService"]
---

# Get checklist items by id

`GET /tasks/v1/checkList/{checkListId}`

Get checklist items by id

## Response `200`

OK

- object[]
  - `id` string — checklist item id
  - `title` string
  - `responsibleId` string — ID of responsible person
  - `deadline` number — timestamp in seconds

## Other responses

- `401` — Access token is missing or invalid

---

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