---
title: "Get Instant Match Transcript"
method: GET
path: "/instant-match/sessions/{match_session_id}/transcript"
tags: ["instant-match-calls", "instant-match-calls"]
---

# Get Instant Match Transcript

`GET /instant-match/sessions/{match_session_id}/transcript`

Get transcript for an instant match session.

🔒 This used to forward to call_routes.get_call_transcript with three bare
positional args (call_session_id, requesting_user_id, db) against a
4-parameter signature (call_session_id, requesting_user_id, current_user,
db) — `db` silently landed in the `current_user` slot, so
get_call_transcript's own authorization check (current_user.id) ran
against a DB Session object instead of the caller, not a real caller
identity. Fixed by depending on the actual User object here and passing
every argument by keyword.

## Path parameters

- `match_session_id` string, required

## Query parameters

- `requesting_user_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
