---
title: "GET /api/v4/tasks/{id}"
method: GET
path: "/api/v4/tasks/{id}"
---

# GET /api/v4/tasks/{id}

`GET /api/v4/tasks/{id}`

Get a task by id.

## Path parameters

- `id` integer, required

## Response `200`

The request has succeeded.

- union
  - Task
    - `id` integer
    - `created_by` integer
    - `updated_by` integer
    - `created_at` integer
    - `updated_at` integer
    - `responsible_user_id` integer
    - `group_id` integer
    - `entity_id` integer
    - `entity_type` string
    - `duration` integer
    - `is_completed` boolean
    - `task_type_id` integer
    - `text` string
    - `result` union
      - object
        - `text` string
      - object
    - `complete_till` integer
    - `account_id` integer
    - `_links` object
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
