REST API ReferenceEndpointsAssistant

Get an assistant message

Returns a single assistant chat message by id. Poll after a POST that returned messageId until status is succeeded, failed, or cancelled. Also supported for USER messages (which reach terminal state as soon as they’re accepted).

Authentication

AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.

Path parameters

messageIdstringRequired

The assistant message id (e.g. vg_mesg_...) returned by an assistant POST.

Response

The assistant chat message.
userobject

A user-authored message in an assistant chat.

OR
assistantobject

An assistant-authored message in an assistant chat, including any suggestions or actions it offered.