---
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
- `workflow` string
- `triggerKind` string
- `subjectKind` string
- `domainEntityId` 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
      - `input` object, required
      - `ownerUserId` string, required
      - `triggerKind` string, required
      - `triggerMetadata` object, required
      - `updatedAt` string, date-time, required
      - `workflow` 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-25** (v1) `204d5ba5f417` — 3 breaking, 3 warning, 6 info
  - removed the required property `data/items/attributes/triggerPayload` from the response with the `200` status
  - removed the required property `data/items/attributes/workflowInput` from the response with the `200` status
  - removed the required property `data/items/attributes/workflowKind` from the response with the `200` status
  - deleted the `query` request parameter `subjectId`
  - …8 more
- **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/c2f246925fee/schema)
