List Meeting Outputs
List the documents this meeting declared, and where each one stands.
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
Output metadata declared for this meeting.
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.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error