---
title: "GET /ticket/tasks/{id}"
method: GET
path: "/ticket/tasks/{id}"
tags: ["TicketTask"]
---

# GET /ticket/tasks/{id}

`GET /ticket/tasks/{id}`

Get details of a task

## Path parameters

- `id` string, required

## Query parameters

- `fields` string, nullable

## Response `200`

- TicketGetTaskResponse
  - `status` 'ok' | 'error', required
  - `result` CommonTaskTicket, required
    - `id` string, required — The unique `id` of this object in Revert
    - `remoteId` string, required — The unique `id` of this object in the downstream CRM.
    - `createdTimestamp` unknown, required
    - `updatedTimestamp` unknown, required
    - `additional` unknown
    - `name` string, required — Name of the task.
    - `assignees` string[], required — collection of IDs belonging to assignees.
    - `description` string, required — Description of the task.
    - `status` 'open' | 'close' | 'in_progress', required
    - `priority` 'urgent' | 'high' | 'medium' | 'low' | 'lowest', required
    - `creatorId` string, required — ID of the task creator.
    - `dueDate` string, required — Due date for the given task.
    - `completedDate` string, required — Date at which task was completed.
    - `parentId` string, required — Id of the parent task.
    - `listId` string, required — Id of the list

## Other responses

- `401`
- `404`
- `500`

---

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