list_revisions
List committed revisions on a branch, newest first. Shows revision number, label, publisher, and security-check status.
Instructions
List the committed revisions on a specific branch, newest first. Revisions are branch-scoped — this returns one branch's history, not a global list. Shows revision number, label, who published it, and its security-check status. Use get_revision for a single revision's config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of revisions to skip for pagination (default 0) | |
| limit | No | Max revisions to return (default 20) | |
| agent_id | Yes | The agent ID | |
| branch_id | No | Branch whose revisions to list (from list_branches). Omit for the live branch; if the agent has multiple branches you'll be asked to pick one. |