---
title: "Get a task"
method: GET
path: "/crm/tasks/{id}"
tags: ["Tasks"]
---

# Get a task

`GET /crm/tasks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Returns the Task by id

- Task — Task Details
  - `id` string — Unique task id
  - `taskTypeId` string, required — Id for type of task e.g Call / Email / Meeting etc.
  - `name` string, required — Name of task
  - `contactsIds` integer[] — Contact ids for contacts linked to this task
  - `dealsIds` string[] — Deal ids for deals a task is linked to
  - `companiesIds` string[] — Companies ids for companies a task is linked to

## Other responses

- `400` — Returned when task id is invalid
- `404` — Returned when item not found

---

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