English
get automation workflow run history list
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/workflow/{workflowId}/run \ --header 'Authorization: Bearer <token>'
{ "rowCount": 123, "runs": [ { "id": "<string>", "status": "success", "createdTime": "<string>", "errorMsg": { "i18nKey": "<string>", "context": {} }, "spent": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
skip number
take number
Successful response
total number of the runs
workflow run history
Show child attributes
Was this page helpful?