Assistant

Get an assistant chat

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

get/v1/assistants/{assistantId}

Path parameters

assistantIdstring required

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 required

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

projectIdstring required

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

projectUrlstring uri required

Deep link to open this chat's project in the VideoGen web app. Visible only to members of your team and project collaborators.

Changes

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