---
title: "List tasks"
method: GET
path: "/tasks"
tags: ["Tasks"]
---

# List tasks

`GET /tasks`

List tasks

## Query parameters

- `page[size]` string
- `page[after]` string
- `page[before]` string
- `automatic` boolean
- `type` string
- `status` string
- `contact_local_time_from` integer
- `contact_local_time_to` integer
- `message_opens` integer
- `keyword` string
- `sequence_key` string
- `user_id` string, required

## Response `200`

Successful

- object
  - `tasks` object[]
    - `id` string, required
    - `automatic` boolean, required
    - `type` string, required
    - `status` string, required
    - `notes` string, nullable
    - `due_on` string, date_time, required
    - `finished_on` string, date_time, nullable
    - `sequence_key` string, nullable
    - `sequence_name` string, nullable
    - `user_id` string, required
    - `user_email` string, required
    - `contact` object, nullable
      - `id` string, required
      - `name` string, nullable
      - `email` string, required
  - `_links` ResponseLinksObject
    - `self` ResponseLinkObject, required
      - `href` string, required
    - `prev` ResponseLinkObject
      - `href` string, required
    - `next` ResponseLinkObject
      - `href` string, required

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
