cURL
curl --request POST \ --url https://api.qa.tech/v1/run/{shortId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "failedOnly": true, "projectTestCaseIds": [ "<string>" ] } '
{ "success": true, "run": { "id": "<string>", "shortId": "<string>", "url": "<string>", "testCount": 123 } }
Rerun a specific run with optional filters
Project API token from Settings > Integrations > API. The token is scoped to a specific project.
The request has succeeded.
Show child attributes
Was this page helpful?