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

Response

Output metadata declared for this meeting.
idstringformat: "uuid"

Fetch this document’s content from /outputs/{id}.

meeting_idstringformat: "uuid"
The meeting this document belongs to.
profile_keystring
Which document this is, as named when the meeting was created.
profile_versioninteger
Pinned when the meeting was created. A newer version published since then does not apply to this document.
schema_versionstring

Version of the public payload shape used by content and structured_data for this output.

statusenum

Where this document stands. Content is readable at completed.

created_atdatetime
When the document was declared.
updated_atdatetime
When this resource last changed.
failure_codeenum or nullOptional

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_atdatetime or nullOptional
When it became readable. Null until then.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error