---
title: "Get Agent Task"
method: GET
path: "/agents/tasks/{id}"
tags: ["Agents"]
---

# Get Agent Task

`GET /agents/tasks/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GetAgentTaskResponseBody
  - `$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

## 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 info
  - removed the required property `data/attributes/triggerPayload` from the response with the `200` status
  - removed the required property `data/attributes/workflowInput` from the response with the `200` status
  - removed the required property `data/attributes/workflowKind` from the response with the `200` status
  - added the required property `data/attributes/input` to the response with the `200` status
  - …2 more
- **2026-06-24** (v1) `eb0846e58abc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rezible/apis/rezible-api/changes/agents/tasks/:id/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)
