List an agent's config version history
Agents API
List an agent's config version history
Return the append-only history of config snapshots for an agent,
newest first. Every save (via POST /agents, the manage_agents
tool, tool-schema sync, skill changes, or org cloning) appends a
version; unchanged saves are de-duplicated and add no row.
The config is not returned in the list (it can be large); this
endpoint returns lightweight metadata for building a history view.
GET
List an agent's config version history
Authorizations
JWT token from Clerk authentication.
Must be from a user with org:admin role.
Query Parameters
The agent to list versions for