---
title: "List Agent Tasks"
method: GET
path: "/agents/tasks"
tags: ["Agents"]
---

# List Agent Tasks

`GET /agents/tasks`

## Query parameters

- `limit` integer
- `offset` integer
- `search` string
- `archived` boolean
- `workflowKind` string
- `triggerKind` string
- `subjectType` string
- `subjectId` string

## Response `200`

OK

- ListAgentTasksResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` AgentTask[], required
    - `attributes` AgentTaskAttributes, required
      - `createdAt` string, date-time, required
      - `ownerUserId` string, required
      - `triggerKind` string, required
      - `triggerPayload` object, required
      - `updatedAt` string, date-time, required
      - `workflowInput` object, required
      - `workflowKind` string, required
    - `id` string, required
  - `pagination` ResponsePagination, required
    - `next` string
    - `previous` string
    - `total` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-06-24** (v1) `eb0846e58abc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/agents/tasks/get.md)

---

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