List an agent's config versions
GET/api/v1/agents/:agent_id/versions
Returns the agent's archived configurations, newest first. A version is written on create and on every subsequent write that changes the config — through the REST API or a formation apply alike. See Versioning and Staged Rollout.
Request
Responses
- 200
- 401
- 403
- 404
List of agent versions, newest first
Unauthorized
Forbidden
Agent not found