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

# List tasks

`GET /v1/tasks`

List organization tasks with pagination and filters

## Query parameters

- `limit` number
- `offset` number
- `page` number
- `swimlane_id` string
- `model_id` string
- `assigned_to` string
- `priority` 'low' | 'medium' | 'high'
- `tags` union
  - string
  - string[]
- `archived` boolean

## Response `200`

Default Response

- object
  - `tasks` object[]
  - `total` number

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/revisions/3b06bcb5f808/schema)
