List Agent Versions
GET
/v1/agents/{agent_id}/versionsList immutable agent configuration snapshots, ordered from newest version to oldest.
Path parameters
Unique agent identifier beginning with agent_.
Query parameters
Number of versions to return. Accepts values from 1 to 100.
Default: 20
Opaque cursor returned in a previous response's next_page field.
Immutable Agent projections
Each item is the full Agent projection at that immutable version. No-op updates do not create a version.
Errors
401
authentication_errorThe API key is missing or invalid.
404
not_foundThe agent does not exist.

