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

ParameterTypeDescription
ai_assistant_idNumberID of the assistant whose history you want to list
created_atObjectOptional date range. Use { "$lte": "2026-04-25T19:00:00.000Z" } to find the configuration active before a timestamp
$limitNumberNumber of history entries to return. Use 50 or less
$skipNumberNumber of history entries to skip
$sortObjectSort 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.