---
title: "Returns the checklist items for a private task with the specified id."
method: GET
path: "/users/{userId}/otherprivatetasks/{taskId}/checklistitems"
tags: ["checklistItems"]
---

# Returns the checklist items for a private task with the specified id.

`GET /users/{userId}/otherprivatetasks/{taskId}/checklistitems`

<Check title="Required Permissions" icon="key">The user must be the creator of the task.</Check>

## Path parameters

- `userId` string, uuid, required
- `taskId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- ChecklistItem[]
  - `isDone` boolean — Whether the checklist item is done.
  - `name` string, required — The name of the checklist item.
  - `order` number, double, nullable — The order of the checklist item.
  - `id` string, uuid — The id of the checklist item.
  - `createdOn` string, date-time — The date this checklist item was created.
  - `createdBy` string, uuid — The id of the user who created this checklist item.
  - `updatedOn` string, date-time — The date this checklist item was last modified.
  - `updatedBy` string, uuid — The id of the user who last modified this checklist item.
  - `taskId` string, uuid — The id of the task this checklist item belongs to.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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