get_state_version
Retrieve detailed information about a specific Terraform state version, including status, download URLs, and resource metadata, via the Terraform Cloud MCP server API.
Instructions
Get details for a specific state version.
Retrieves comprehensive information about a state version including its status, download URLs, and resource information.
API endpoint: GET /state-versions/
Args: state_version_id: The ID of the state version to retrieve (format: "sv-xxxxxxxx")
Returns: State version details including status, timestamps, and resource metadata
See: docs/tools/state_versions.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
state_version_id | Yes |