---
title: "request a presigned S3 GET URL to download the raw session transcript"
method: GET
path: "/api/agent_sessions/{id}/raw_url"
tags: ["agent_sessions"]
---

# request a presigned S3 GET URL to download the raw session transcript

`GET /api/agent_sessions/{id}/raw_url`

Retrieve a temporary presigned GET URL to download the original raw transcript file from S3.

## Path parameters

- `id` string, required

## Response `200`

successful

- object
  - `raw_url` string, required

## Other responses

- `401` — unauthorized
- `404` — not found

---

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