Skip to content

Get a single meeting transcript with action items

GET
/api/v1/meetings/{meeting_id}

Return a full meeting transcript including action items.

Loads the transcript via :class:MeetingRepository.get_meeting (enforces tenant_id filter) and its action items via :meth:~MeetingRepository.get_action_items. Raises 404 if the meeting does not exist or belongs to another tenant.

Args: meeting_id: The transcript UUID. user: Authenticated user context. db: Async DB session.

Returns: Envelope {"data": MeetingResponse} with turns, scorecard, and hydrated action items.

Authorizations

Parameters

Path Parameters

meeting_id
required

Meeting UUID

string format: uuid

Meeting UUID

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string