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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.