Pixxel

List Blocks

Responds with the list of all blocks

GET/v0/blocks
Authorisations
AuthorizationString
Query Parameters
modestring
mode is basically the execution mode. Possible values: insight or workflow
Response
application/json
OK
blocksobject[]
Show child attributes
List Blocks
1curl -X GET 'https://api.pixxel.space/v0/blocks' \
2 -H 'Authorization: YOUR_API_KEY'
Response:
{
"blocks": [
{
"id": "string",
"block_status": "string",
"spec": null,
"created_at": "string",
"err": "string"
}
]
}