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

Response

The output, including content when it is completed.
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.
contentstring or nullOptional

The document as markdown. Null unless status is completed.

structured_datamap from strings to any or nullOptional

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