---
title: "GET /crm/tasks"
method: GET
path: "/crm/tasks"
tags: ["CrmTask"]
---

# GET /crm/tasks

`GET /crm/tasks`

Get all the tasks

## Query parameters

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

## Response `200`

- CrmGetTasksResponse
  - `status` 'ok' | 'error', required
  - `next` string, nullable
  - `previous` string, nullable
  - `results` CommonTask[], 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
    - `subject` string, required — Subject of the task.
    - `body` string, required — Body of the task description.
    - `priority` string, required — The priority of the task in hand. (not supported by pipedrive)
    - `status` string, required — Completion status of the task.
    - `dueDate` unknown, required

## Other responses

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

## Changes

> 15 revisions in range; 1 could not be searched.

- **2024-07-14** `cf779cee9aed` — 1 info
  - added the new optional `query` request parameter `associations`
- **2024-03-04** `52cc79f75cb0` — 1 warning
  - deleted the `query` request parameter `associations`

[Change history](https://skmtc.dev/revertinc/apis/revert-api/changes/crm/tasks/get.md)

---

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