---
title: "Get Block Versions"
method: GET
path: "/v0/blocks/{name}"
tags: ["Blocks"]
---

# Get Block Versions

`GET /v0/blocks/{name}`

Responds with all versions of a specific block

## Path parameters

- `name` string, required

## Response `200`

OK

- DexterGetBlockVersionsTransformerResponse
  - `blocks` 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/versions/b501e2ca5a9d/schema)
