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
Documentation IndexFetch the complete documentation index at: https://docs.qa.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.qa.tech/llms.txt
Use this file to discover all available pages before exploring further.
Request body to rerun prior run.
The request has succeeded.
Show child attributes
Was this page helpful?