list_agent_versions
List an agent's version history — checkpoints and major releases — to obtain the versionId required for restoring that version.
Instructions
List a agent's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_agent_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The agent's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |