Assistant

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).

get/v1/assistant-messages/{messageId}

Path parameters

messageIdstring required

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

Response

The assistant chat message.

OR

Changes

No recorded changes to this endpoint across all 1 revision of this API.