Execution History API
Request Syntax:
GET /workflows/{workflow_id}/runs?limit={limit}&offset={offset}
Authentication: Bearer <Your API key>Response Syntax:
[
{
"id": "",
"status": "",
"start_time": "",
"end_time": "",
"elapsed_time": int,
"error": "",
"outputs": "",
"all_outputs": {
"node_1": "",
"node_2": "",
"node_3": { ...},
},
"inputs": {
"input_variable_1": ""
}
},
{ ...
}
]Response Syntax Variables
Last updated

