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_idstringRequiredformat: "uuid"

Response

The meeting, recording metadata and declared outputs.
idstringformat: "uuid"
Revero's identifier for this meeting.
external_idstring
Your identifier, exactly as you sent it.
statusenum
Coarse state of the meeting as a whole.
languagestring
The language this meeting is processed in.
created_atdatetime
When the meeting was created.
updated_atdatetime
When this resource last changed.
recordingslist of objects
Audio uploaded for this meeting, as metadata.
outputslist of objects
The documents this meeting declared, as metadata. Fetch each one's content from its own resource.
locked_contextmap from strings to any or nullOptional

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