AI Assistant Change History
List saved configuration snapshots for an AI assistant. The configuration page uses this history to inspect previous instructions, compare versions, restore instructions, and restore a full configuration.
Endpoint
GET/ai-assistants-change-history
Request
Response
json
Query Parameters
| Parameter | Type | Description |
|---|---|---|
ai_assistant_id | Number | ID of the assistant whose history you want to list |
created_at | Object | Optional date range. Use { "$lte": "2026-04-25T19:00:00.000Z" } to find the configuration active before a timestamp |
$limit | Number | Number of history entries to return. Use 50 or less |
$skip | Number | Number of history entries to skip |
$sort | Object | Sort criteria. Use { "created_at": -1 } for newest first |
Find Configuration at a Specific Time
To reproduce the configuration that was active when a conversation message was sent, query the latest history entry created before that message timestamp.
Report an issue with this documentation
Please log in to report issues with our documentation.