REST API ReferenceEndpointsAssistant

Get an assistant chat

Returns the assistant chat identified by assistantId, including every message in it (user and assistant turns) in chronological order.

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

assistantIdstringRequired

The assistant chat id (e.g. vg_asst_...). Every API project has one assistant chat; find it on ProjectResponse.assistantId.

Response

The assistant chat and its messages.
assistantIdstring

Opaque assistant chat id (e.g. vg_asst_...).

projectIdstring

Opaque project id of the project this chat belongs to (e.g. vg_proj_...).

projectUrlstringformat: "uri"
Deep link to open this chat's project in the VideoGen web app. Visible only to members of your team and project collaborators.
messageslist of objects

Every message in the chat in chronological order (oldest first).