API Reference
Reference for the API
Run all workflow tests for a specific workflow.
cURL
curl --request POST \ --url https://api.example.com/apps/{app_id}/workflows/{workflow_id}/tests/runs \ --header 'Content-Type: application/json' \ --data ' { "workflow_version_number": 123, "execute_failed_only": true } '
"<unknown>"
The ID of the app
The ID of the workflow
Data to run multiple workflow tests
Version number of the workflow on which to run the test
Flag to execute only the failed workflow tests
The response is of type unknown.
unknown
Was this page helpful?