cURL
curl --request GET \ --url https://api.qa.tech/v1/run/{shortId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "shortId": "<string>", "status": "<string>", "result": "<string>", "runTestCases": [ { "id": "<string>", "shortId": "<string>", "name": "<string>", "status": "<string>", "result": "<string>", "resultTitle": "<string>", "evaluationThought": "<string>", "promptGoal": "<string>", "promptExamples": "<string>" } ] }
Get a run by shortId with test cases
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.
Show child attributes
The request has succeeded.
Was this page helpful?