---
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
- `agentId` 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
    - `verificationProof` string, nullable — TX hash from on-chain verification anchor
    - `verificationBasescanUrl` string, nullable
    - `attestationUid` string, nullable — EAS Omni-Stamp UID (bytes32 hex)
    - `easscanUrl` string, nullable — EASScan deep link
    - `createdAt` string, date-time
    - `completedAt` string, date-time, nullable
  - `total` number
  - `page` number
  - `limit` number
  - `totalPages` number

---

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