AI Operators

Get standing instructions history

Retrieve previous versions of the instance's standing instructions, most recent first. A record is written whenever the instructions change (model update, administrator edit, or reset). The number of records kept per instance is limited by AIOperator.Instructions.HistoryDepth.

get/v1/ai/operators/{operator-id}/instructions-history

Path parameters

operator-idinteger required

Response

History records

idinteger

Record identifier

iterationinteger

Instance iteration at which the instructions changed

timestampstring date-time

Time of the change

previousTextstring

Standing instructions text before the change

Changes

Changed in 3 of the 115 revisions of this API.3