curl --request GET \
--url https://api.kadoa.com/v4/workflows/{workflowId}/history \
--header 'x-api-key: <api-key>'{
"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
}
]
}curl --request GET \
--url https://api.kadoa.com/v4/workflows/{workflowId}/history \
--header 'x-api-key: <api-key>'{
"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
}
]
}API key for authentication
The unique identifier of the workflow whose runs history is to be retrieved
History of workflow runs
Unique identifier of the workflow
Show child attributes
Unique identifier of the workflow run
State of the workflow run
IN_PROGRESS, FINISHED, FAILED, NOT_SUPPORTED, FAILED_INSUFFICIENT_FUNDS Start date and time of the workflow run
Finish date and time of the workflow run
Screenshot of the navigation during the workflow run
Number of records processed in the workflow run
Errors that occurred during the workflow run
Show child attributes
Error code identifying the type of error
Human-readable error message
When the error occurred
Optional screenshot URL
Additional context about the error
Show child attributes
The URL where the error occurred
HTTP status code if applicable
Number of retry attempts made
Additional error-specific details
When the error context was captured
Number of credits used for this workflow run