---
title: "Get resource version data"
method: GET
path: "/api/resources/{resourceId}/versions/{versionId}/data"
tags: ["Resources"]
---

# Get resource version data

`GET /api/resources/{resourceId}/versions/{versionId}/data`

Returns the data of the resource with the specified id. The format of the data is dependent on the type of the resource.

## Path parameters

- `resourceId` string, uuid, required
- `versionId` string, uuid, required

## Response `200`

Depending on resource type and content the response will differ

- string, binary

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.dev/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.dev/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/crosser/edge-director-api/revisions/746b3f44e69d/schema)
