---
title: "Read a state version by ID"
method: GET
path: "/state-versions/{state_version_id}"
tags: ["Terraform Remote Backend"]
---

# Read a state version by ID

`GET /state-versions/{state_version_id}`

Returns a state version resource including the hosted-state-download-url.

## Path parameters

- `state_version_id` string, required

## Response `200`

State version found

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
