> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Show A Configuration Version

Shows the details of a specific configuration version.

<Note>
  External Documentation

  To learn more, visit the [Terraform Cloud documentation](https://developer.hashicorp.com/terraform/cloud-docs/api-docs/configuration-versions#show-a-configuration-version).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Configuration ID | Specifies the shown configuration version by ID. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"id": "cv-ntv3HbhJqvFzamy7",
		"type": "configuration-versions",
		"attributes": {
			"auto-queue-runs": false,
			"error": null,
			"error-message": null,
			"provisional": false,
			"source": "gitlab",
			"speculative": false,
			"status": "uploaded",
			"status-timestamps": {
				"uploaded-at": "2024-10-06T21:30:30"
			},
			"changed-files": []
		},
		"relationships": {
			"ingress-attributes": {
				"data": {
					"id": "ia-i4MrTxmQXYxH2nYD",
					"type": "ingress-attributes"
				},
				"links": {
					"related": "/api/v2/configuration-versions/cv-ntv3HbhJqvFzamy7/ingress-attributes"
				}
			}
		},
		"links": {
			"self": "/api/v2/configuration-versions/cv-ntv3HbhJqvFzamy7",
			"download": "/api/v2/configuration-versions/cv-ntv3HbhJqvFzamy7/download"
		}
	}
}
```

## Workflow Library Example

[Show a Configuration Version with Terraform Cloud and Send Results Via Email](https://library.blinkops.com/workflows/show-a-configuration-version-with-terraform-cloud-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/show-a-configuration-version-with-terraform-cloud-and-send-results-via-email/canvas" />
</div>
