Retrieve the transcript for a meeting. The transcript field is null when the meeting has no transcript.
cURL
curl --request GET \ --url https://api.slant.app/v1/meetings/{meeting_id}/transcript \ --header 'Authorization: Bearer <token>'
{ "meeting_id": "<string>", "transcript": "<array>" }
OAuth 2.0 Bearer Token from Clerk authentication
The meeting ID
successful