---
title: "task"
method: GET
path: "/v{version}/tasks/{id}"
tags: ["Task"]
---

# task

`GET /v{version}/tasks/{id}`

Returns a task.<p>Scopes: task_read</p>

## Path parameters

- `id` string, required
- `version` string, required

## Response `200`

Success

- DtosTaskItem — ease.models.TaskItem DTO
  - `id` string — The id of the task.
  - `task_id` string — The id of the task in a more human-readable format. Used throughout the Ease's UI.
  - `title` string — The title of the task.
  - `type` 'General' | 'New Business Setup' | 'Payroll Connection Issue' | 'EaseConnect Amendment' | 'EaseConnect Authorization Form' | 'EaseConnect Evidence of Insurability' | 'EaseConnect Missing Enrollment' | 'EaseConnect Missing Info' | 'EaseConnect Missing Submission' | 'EaseConnect Pending Renewal Date' | 'EaseConnect Production Review' | 'EaseConnect Readiness' | 'EaseConnect Reconciliation' | 'EaseConnect Renewal' | 'EaseConnect Request Documents' | 'EaseConnect Review' | 'EaseConnect Set Up' | 'EaseConnect Submission Issue' | 'EaseConnect Testing' | 'EaseConnect Partner File' | 'EaseConnect Quality Review' | 'EaseConnect Self-Billing Reminder' | 'EaseConnect Connection Issue' | 'EaseConnect Enrollment App Issue' — The type of the task.
  - `assignment_type` 'Application' | 'Broker' | 'Client' | 'Partner' | 'Ease' — The type of the company this task is currently assigned to.
  - `assignee` string — Assignee for the task.
  - `watchers` string[] — Watchers of the task.
  - `company_id` string — The company this task belongs to.
  - `description` string — The description of the task.
  - `due_date` string — The due date of the task.
  - `status` 'Open' | 'Closed' — The status of the task.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
