---
title: "Download the raw third-party harness transcript"
method: GET
path: "/harness-support/transcript"
tags: ["harness-support"]
---

# Download the raw third-party harness transcript

`GET /harness-support/transcript`

Redirects to a signed download URL for the raw third-party harness transcript
(e.g. `claude_code.json`) of the current task's conversation. Only supported
for conversations produced by non-Oz harnesses; Oz conversations 400.

This may only be called from within a cloud agent execution environment whose
task already has an associated conversation (e.g. on a resumed run).

## Other responses

- `307` — Redirect to a signed download URL for the transcript
- `400` — Task has no conversation, or conversation format does not support transcript downloads
- `401` — Authentication required
- `403` — No permission to access the conversation
- `404` — Conversation or transcript not found
- `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)
