---
title: "Retrieve Task"
method: GET
path: "/v1/tasks/{id}"
---

# Retrieve Task

`GET /v1/tasks/{id}`

This API endpoint retrieves a specific task by its id.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `archivedBy` string
  - `archivedDate` string
  - `clientId` string
  - `companyId` 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[]

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