> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Job Transcript

> Markdown transcript of a single job — parity with the JWT API…

Markdown transcript of a single job — parity with the JWT API.

Includes job metadata, instruction, summary, error (if any), and the
full tool-call timeline with inputs/outputs and screenshot keys.
Useful for archiving runs or feeding past job context back into a
follow-up agent invocation.

### Path parameters

<ParamField path="job_id" type="string (uuid)" required />

### Response

Returns `any`.

<Note>
  The spec this page is generated from declares this response as an untyped object — the server
  returns JSON, but its shape is not published. Read a live response to see the fields; treat any
  field you find as unversioned until the spec names it.
</Note>

### Status codes

| Code  | Meaning             |
| ----- | ------------------- |
| `200` | Successful Response |
| `422` | Validation Error    |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.computer.stateset.app/api/v1/jobs/{job_id}/transcript' \
    --header 'X-API-Key: YOUR_API_KEY'
  ```
</RequestExample>
