---
title: "List Tasks"
method: GET
path: "/tasks"
---

# List Tasks

`GET /tasks`

Get a list of all tasks for the authenticated user

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object[] — Array of task objects
    - `id` string — Unique identifier for the task
    - `status` 'active' | 'inactive' — Current status of the task
    - `readable_name` string — Human-readable name of the task
  - `total` integer — Total number of tasks
  - `page` integer — Current page number
  - `limit` integer — Number of tasks per page
  - `error` string — Error message if the request failed

---

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