---
title: "Get run transcript"
method: GET
path: "/agent/runs/{runId}/transcript"
tags: ["agent"]
---

# Get run transcript

`GET /agent/runs/{runId}/transcript`

Retrieve the raw conversation transcript for an agent run.
Returns a 302 redirect to a time-limited download URL for the transcript.

## Path parameters

- `runId` string, required

## Other responses

- `302` — Redirect to a download URL for the transcript
- `400` — Missing run ID
- `401` — Authentication required
- `403` — No permission to access run transcript
- `404` — Run not found or has no transcript
- `500` — Internal server error

---

[API](https://skmtc.net/warp/apis/oz-agent-api.md) · [All operations](https://skmtc.net/warp/apis/oz-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/warp/oz-agent-api/versions/97be876c33e3/schema)
