list_versions
List published versions for an agent, sorted newest first, with details on label, publisher, active and pinned status. Use to review version history or identify a version to roll back to.
Instructions
List all published versions for a versioned agent, sorted by version number (newest first). Shows version number, label, who published it, whether it's active, and whether it's pinned. Use this to review version history or find a version to roll back to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID | |
| limit | No | Max versions to return (default 20) | |
| skip | No | Number of versions to skip for pagination (default 0) | |
| is_pinned | No | Filter to only pinned versions (or only unpinned if false) |