Get Meeting Output
Read one generated output owned by the calling integration.
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
output_id
Response
The output, including content when it is completed.
id
Fetch this document’s content from /outputs/{id}.
meeting_id
The meeting this document belongs to.
profile_key
Which document this is, as named when the meeting was created.
profile_version
Pinned when the meeting was created. A newer version published since then does not apply to this document.
schema_version
Version of the public payload shape used by content and structured_data for this output.
status
Where this document stands. Content is readable at completed.
created_at
When the document was declared.
updated_at
When this resource last changed.
failure_code
Why this document failed, or null. Branch on this rather than on prose; see the operation’s retryable for whether re-sending could help.
completed_at
When it became readable. Null until then.
content
The document as markdown. Null unless status is completed.
structured_data
The same answer as machine-readable fields, when this profile declares them — schema_version says which shape. Null for profiles that produce prose only, and null unless status is completed.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
503
Service Unavailable Error