GET
/
v0
/
blocks
/
workflows
List Blocks Workflows
curl --request GET \
  --url https://api.pixxel.space/v0/blocks/workflows \
  --header 'Authorization: <api-key>'
{
  "blocks": [
    {
      "id": "<string>",
      "block_status": "<string>",
      "spec": {
        "kind": "<string>",
        "status": 123,
        "inputs": [
          123
        ],
        "outputs": [
          123
        ],
        "catalog_content_url": "<string>",
        "price": [
          123
        ],
        "info": {
          "name": "<string>",
          "intro": "<string>",
          "input": "<string>",
          "output": "<string>",
          "downloadable_files": "<string>"
        },
        "supported_collections_id": [
          "<string>"
        ],
        "type": "<string>",
        "tags": [
          "<string>"
        ],
        "description": "<string>",
        "id": "<string>",
        "version_id": "<string>",
        "name": "<string>",
        "title": "<string>",
        "version": "<string>"
      },
      "created_at": "<string>",
      "err": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

status
string

Status

version
string

Version

Response

200
application/json

OK

The response is of type object.