---
title: "GET /api/v4/tasks"
method: GET
path: "/api/v4/tasks"
---

# GET /api/v4/tasks

`GET /api/v4/tasks`

Get a list of tasks (pagination, sorting, filtering).

## Query parameters

- `page` integer
- `limit` integer
- `query` union
  - string
  - integer
- `order` object
- `filter` object

## Response `200`

The request has succeeded.

- union
  - TaskListResponse
    - `_page` integer
    - `_links` object
    - `_embedded` object
      - `tasks` 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)
