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
assistantId
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.
assistantId
Opaque assistant chat id (e.g. vg_asst_...).
projectId
Opaque project id of the project this chat belongs to (e.g. vg_proj_...).
projectUrl
Deep link to open this chat's project in the VideoGen web app. Visible only to members of your team and project collaborators.
messages
Every message in the chat in chronological order (oldest first).