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

# Get All Tasks

`GET /tasks`

This endpoint retrieves a paginated list of tasks

## Query parameters

- `offset` number — - The offset value for paginating the results - Default 0
- `limit` number — - The maximum number of tasks to retrieve - Default 1000

## Response `200`

200 OK

- object
  - `from` number — The starting index of the returned tasks.
  - `to` number — The ending index of the returned tasks.
  - `count` number — The total count of tasks.
  - `tasks` unknown[] — An array of task objects. Refer to [the task object here](/api-reference/objects/the-task-object)
    - unknown

---

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