{
"runs": [
{
"id": "<string>",
"status": "<string>",
"workflowId": "<string>",
"triggerRunId": "<string>",
"createdAt": "<string>",
"startedAt": "<string>",
"finishedAt": "<string>",
"error": "<string>",
"context": null,
"nodeRuns": [
{
"nodeId": "<string>",
"nodeType": "<string>",
"status": "<string>",
"input": null,
"output": null,
"logs": null,
"error": "<string>",
"startedAt": "<string>",
"finishedAt": "<string>"
}
]
}
]
}