{
"workflowId": "<string>",
"workflowRuns": [
{
"id": "<string>",
"state": "IN_PROGRESS",
"startedAt": "2023-11-07T05:31:56Z",
"finishedAt": "2023-11-07T05:31:56Z",
"screenshot": "<string>",
"records": 123,
"errors": [
{
"errorCode": "<string>",
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"screenshot": "<string>",
"context": {
"url": "<string>",
"httpStatus": 123,
"retryCount": 123,
"details": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}
],
"credits": 123
}
]
}