简体中文
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
显示 子属性
id of the action run
success
failed
running
canceled
pending
started time of the workflow run
error message of the workflow run
spent of the workflow run
此页面对您有帮助吗?