Get Meeting
Read one meeting owned by the calling OAuth client.
Authentication
AuthorizationBearer
Revero-owned OAuth 2.0 Client Credentials. Obtain tokens only from a backend; never place the client secret in browser code.
Path parameters
meeting_id
Response
The meeting, recording metadata and declared outputs.
id
Revero's identifier for this meeting.
external_id
Your identifier, exactly as you sent it.
status
Coarse state of the meeting as a whole.
language
The language this meeting is processed in.
created_at
When the meeting was created.
updated_at
When this resource last changed.
recordings
Audio uploaded for this meeting, as metadata.
outputs
The documents this meeting declared, as metadata. Fetch each one's content from its own resource.
locked_context
Exactly the facts you supplied at creation. Returned beside the generated documents rather than inside them, and never derived from one — a model cannot promote its own guess into this field.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
503
Service Unavailable Error