---
title: "Run Events"
method: GET
path: "/v1/runs/{run_id}/events"
---

# Run Events

`GET /v1/runs/{run_id}/events`

## Path parameters

- `run_id` string, uuid, required

## Response `200`

Successful Response

- RunEventDTO[]
  - `runId` string, uuid, required
  - `sequence` integer, required
  - `timestamp` string, date-time, required
  - `kind` 'status' | 'message' | 'tool' | 'output' | 'error', required
  - `message` string, required
  - `payload` object, nullable, required

## Other responses

- `422` — Validation Error

---

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