---
title: "Get Block by Version"
method: GET
path: "/v0/blocks/{name}/versions/{version}"
tags: ["Blocks"]
---

# Get Block by Version

`GET /v0/blocks/{name}/versions/{version}`

Responds with a specific version of a block

## Path parameters

- `name` string, required
- `version` string, required

## Response `200`

OK

- DexterBlockSpecItem
  - `id` string — ID is the unique identifier for this block
  - `block_status` string — BlockStatus represents the current state of the block
  - `spec` DexterBlockSpec
    - `kind` string — Kind specifies the category or classification of the block
    - `status` integer — Status represents the current state of the block (e.g., active, deprecated)
    - `inputs` integer[] — Inputs defines the expected input parameters in raw JSON format
    - `outputs` integer[] — Outputs defines the produced output values in raw JSON format
    - `catalog_content_url` string — CatalogContentUrl is the URL where additional catalog content can be found
    - `supported_collections_id` string[] — SupportedCollections lists identifiers of collections compatible with this block
    - `type` string — Type defines the functional type of the block
    - `description` string — Description provides a detailed explanation of the block's purpose and functionality
    - `id` string — Id is the unique identifier for this block
    - `version_id` string — VersionId identifies the specific version of this block
    - `name` string — Name is the canonical name of the block
    - `title` string — Title is the display name of the block
    - `version` string — Version indicates the current version number of the block
  - `created_at` string — CreatedAt indicates when the block was created
  - `err` string — Err contains any error information

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

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