---
title: "List Tasks"
method: GET
path: "/v1/tasks"
---

# List Tasks

`GET /v1/tasks`

This API endpoint retrieves tasks in a workspace.

## Query parameters

- `limit` integer
- `nextToken` string
- `createdBy` string
- `parentTaskId` string
- `status` string
- `clientId` string
- `internalUserId` string
- `companyId` string

## Response `200`

200

- object
  - `data` object[]
    - `archivedBy` string
    - `archivedDate` string
    - `clientId` string
    - `companyId` string
    - `internalUserId` string
    - `completedBy` string
    - `completedByUserType` string
    - `completedDate` string
    - `createdBy` string
    - `createdDate` string
    - `creatorType` string
    - `deletedBy` string
    - `deletedDate` string
    - `description` string
    - `dueDate` string
    - `id` string
    - `isArchived` boolean
    - `isDeleted` boolean
    - `label` string
    - `name` string
    - `object` string
    - `parentTaskId` string
    - `source` string
    - `status` string
    - `templateId` string
    - `viewers` object[]
    - `attachments` object[]
  - `nextToken` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
