---
title: "List tasks (paginated)"
method: GET
path: "/api/v1/tasks"
tags: ["tasks"]
---

# List tasks (paginated)

`GET /api/v1/tasks`

Returns a paginated list of tasks with optional filters by status, taskType, or operatorId.

## Query parameters

- `page` number
- `limit` number
- `status` string
- `taskType` string
- `operatorId` string

## Response `200`

Paginated task list

- object
  - `data` object[]
    - `id` string
    - `taskType` string
    - `status` string
    - `agentId` string
    - `model` string, nullable
    - `provider` string, nullable
    - `latencyMs` number, nullable
    - `ipfsCid` string, nullable
    - `stateRoot` string, nullable
    - `verificationStatus` string, nullable
    - `verificationScore` number, nullable
    - `createdAt` string, date-time
    - `completedAt` string, date-time, nullable
  - `total` number
  - `page` number
  - `limit` number
  - `totalPages` number

## Changes

- **2026-03-14** `cf616c4f534e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/changes/api/v1/tasks/get.md)

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-prior-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-prior-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-prior-api/revisions/d7638df26f2c/schema)
