Get Operation
Poll the authoritative coarse state of one accepted command.
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
operation_id
Response
The authoritative current state of the operation.
id
Revero's identifier for this operation.
meeting_id
The meeting the command acted on.
command
Which command this receipt is for.
status
One of five coarse states. queued and processing mean work is outstanding; the other three are terminal and will not change.
phase
Which stage the work has reached. Informational, for showing progress — do not branch on it; branch on status.
created_at
When the command was accepted.
updated_at
When this resource last changed.
failure_code
Why the operation failed, or null. A closed set of stable values — branch on this rather than on the HTTP status or the message.
retryable
Whether re-sending could succeed at all. Null until the operation fails. False means a retry would fail identically, but the reason differs by failure_code, and only some need an administrator, so branch on the code rather than on this alone.
completed_at
When it reached a terminal state.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error