---
title: "Get tasks list"
method: GET
path: "/tasks-open-api/tasks"
tags: ["Tasks"]
---

# Get tasks list

`GET /tasks-open-api/tasks`

## Query parameters

- `filters` string
- `columns` string, required
- `limit` number
- `skip` number

## Response `200`

Successful operation

- object[]
  - `status` object — The status of the task.
    - `children` 'pending' | 'confirmed' | 'in progress' | 'completed' | 'canceled'
  - `taskTitle` object — The name of the task.
    - `children` string
  - `type` string — Task types help you with better identification and reporting.
  - `shortTaskId` unknown[] — A short task ID for quick reference.
    - unknown
  - `listing` object — The property to which the task is assigned.
    - `listingId` string
    - `img` string
    - `title` string
  - `reservation` object — The reservation to which the task is assigned.
  - `scheduledFor` object
    - `startTime` string — The date and time the task must begin.
    - `canStartAfter` string — The date and the time after which the task can begin.
    - `mustFinishBefore` string — The date and time before which the task must be completed.
  - `endTime` object — The date and time the task was completed.
    - `date` string
  - `canStartAfter` object — The date and the time after which the task can begin.
    - `date` string
  - `mustFinishBefore` object — The date and time before which the task must be completed.
    - `date` string
  - `assignee` object
    - `taskId` string — The unique identifier of the task.
    - `assigneeId` string — The unique Guesty identifier of the person assigned to the task.
    - `picture` string
  - `id` string

## Other responses

- `400` — Bad request
- `403` — Forbidden

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
