get_revision
Fetch a committed revision's metadata and fully resolved configuration for an AI voice agent. Specify the agent and revision ID to inspect a previous state.
Instructions
Get a single committed revision — its metadata and fully resolved config. Use list_revisions to find revision IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | The agent ID | |
| branch_id | No | Branch the revision belongs to (from list_branches). Omit for the live branch; if the agent has multiple branches you'll be asked to pick one. | |
| revision_id | Yes | The revision ID (from list_revisions) |