v2

latestOpenAPI 3.1.02026-07-31515292.8 KB

Get Transcript Presigned Url

Generate a presigned URL for accessing a transcript file and redirect to it.

This endpoint:

  1. Finds the transcript file for the given call_log_id
  2. Generates a presigned URL that lasts 1 hour
  3. Redirects to the presigned URL (or returns JSON if json=true)

Args: call_log_id: The call log ID for which to retrieve the transcript user: Authenticated user (required) json: If True, return JSON response instead of redirecting (default: False)

Returns: Redirect to presigned URL (default) or JSON with the presigned URL (if json=true)

Raises: HTTPException: If the transcript is not found or cannot be accessed

get/api/v0/transcript/{call_log_id}

Path parameters

call_log_idstring required

Query parameters

jsonboolean

Return JSON instead of redirecting to the presigned URL

Return JSON instead of redirecting to the presigned URL

Response

Successful Response

{"stackTrail":"paths:/api/v0/transcript/{call_log_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}