---
title: "Get Task Messages"
method: GET
path: "/v1/ai/agents/tasks/{taskId}/messages"
tags: ["AI Agent Tasks"]
---

# Get Task Messages

`GET /v1/ai/agents/tasks/{taskId}/messages`

Returns paginated events for a task. Use the nextCursor field to retrieve subsequent pages.

## Path parameters

- `taskId` string, uuid, required

## Query parameters

- `limit` integer
- `paginationToken` string

## Response `200`

Task messages retrieved successfully

- GetTaskMessagesResponse
  - `more` string — Token for fetching the next batch of results for this query; if omitted then there are no more.
  - `results` TaskEvent[] — The list of events for the task
    - `data` unknown
    - `groupId` string — Optional identifier for grouped events returned by the upstream copilot service
    - `timestamp` string, date-time

## Other responses

- `400` — Invalid request parameters
- `401` — Missing or invalid authentication token
- `403` — Insufficient permissions to retrieve task messages
- `404` — Task not found
- `502` — Upstream service error
- `504` — Upstream service timeout

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
