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
Project API token from Settings > Integrations > API. The token is scoped to a specific project.
Return run with test cases: "failed" (only failed/skipped/error) or "all"
failed
all
The request has succeeded.
Show child attributes
Was this page helpful?