Responds with a specific version of a block
cURL
curl --request GET \ --url https://api.pixxel.space/v0/blocks/{name}/versions/{version} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "block_status": "<string>", "spec": { "kind": "<string>", "status": 123, "inputs": [ 123 ], "outputs": [ 123 ], "catalog_content_url": "<string>", "supported_collections_id": [ "<string>" ], "type": "<string>", "description": "<string>", "id": "<string>", "version_id": "<string>", "name": "<string>", "title": "<string>", "version": "<string>" }, "created_at": "<string>", "err": "<string>" }
Block name
Block version
OK
ID is the unique identifier for this block
BlockStatus represents the current state of the block
Spec contains the block specification
Show child attributes
CreatedAt indicates when the block was created
Err contains any error information