List Executions
GET
/v1/nodes/{node_id}/executionsAuthorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
node_id*Node Id
Response Body
application/json
application/json
curl -X GET "https://flywheel.paradigma.inc/api/v1/nodes/string/executions"{}{
"detail": [
{
"ctx": {},
"input": null,
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}