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

# GET /ticket/tasks

`GET /ticket/tasks`

Get all the tasks

## Query parameters

- `fields` string, nullable
- `pageSize` string, nullable
- `cursor` string, nullable

## Response `200`

- TicketGetTasksResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` 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)
