cURL
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, "protocol": { "decision": "<string>", "reasoning": "<string>" }, "credits": 123 } ] }
The unique identifier of the workflow whose runs history is to be retrieved
History of workflow runs
The response is of type object.
object