> ## Documentation Index
> Fetch the complete documentation index at: https://docs.truedy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent history

> Read saved agent versions and evaluation runs.

* `GET /agents/{agent_id}/versions` returns append-only configuration snapshots with version number, save mode, author, and timestamp.
* `GET /agents/{agent_id}/evaluations` returns persisted bounded evaluation runs.

Snapshots are redacted using the same serializer as the dashboard and are organization-scoped. Running evaluations or rolling back a version remains an explicit action; reading history does not invoke a model or provider.
