AI Assistants
Endpoints
Get All AI Assistants
{
"status": 200,
"data": [
{
"id": 1,
"externalId": "uuid-1",
"name": "Assistant Alpha",
"instruction": "Provide helpful answers.",
"objective": {},
"ecosystem": "openai",
"model": "gpt-4",
"agentEnabled": true,
"createdAt": "2023-10-27T09:00:00Z",
"updatedAt": "2023-10-27T12:00:00Z"
}
],
"message": "Assistants retrieved successfully"
}Get AI Assistant by External ID
Create AI Assistant
Update AI Assistant
Last updated