---
title: "Follow an install's agent transcript"
method: GET
path: "/sandbox-configs/{id}/skills/{skillId}/transcript"
tags: ["SandboxConfig"]
---

# Follow an install's agent transcript

`GET /sandbox-configs/{id}/skills/{skillId}/transcript`

Server-sent replay of everything the installer agent did — the
prompt it was given, its thinking, the commands it ran and
their output — followed live while the install is still
running. Frames are the same shape the chat stream uses, so a
console renders an install with the components it renders a
chat turn with. 404 once the event log has expired; the
durable message history is the fallback.

## Path parameters

- `id` string, required
- `skillId` string, required

## Response `200`

SSE stream of transcript events

## Other responses

- `204` — Install is still preparing; retry once locators exist
- `401` — Unauthorized
- `404` — Skill or transcript not found

## Changes

- **2026-08-25** `ae1f6a542698` — 1 info
  - added the success response with the status `204`
- **2026-08-25** `8f184d39c6b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/sandbox-configs/:id/skills/:skillId/transcript/get.md)

---

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