---
title: "Copilot Chat Events"
method: GET
path: "/api/v1/agents/copilot/chat/events"
tags: ["agent-copilot"]
---

# Copilot Chat Events

`GET /api/v1/agents/copilot/chat/events`

Attach to a turn's event stream: stage labels, each tool call's result
as it completes, then a terminal `done` (reply + events + created agent
ids) or `error` event. Safe to attach late or re-attach after a refresh —
replays whatever the Redis Stream still has buffered, then live-tails.

## Query parameters

- `turn_id` string, required

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minro/minro-cs-platform/revisions/eb854265cf29/schema)
