cURL
curl --request GET \ --url https://api.qa.tech/v1/test-cases \ --header 'Authorization: Bearer <token>'
{ "testCases": [ { "id": "<string>", "name": "<string>", "isEnabled": true, "labels": [ "<string>" ], "classification": "<string>", "applicationShortId": "<string>", "applicationName": "<string>", "goal": "<string>", "createdAt": "<string>" } ], "total": 123, "limit": 123, "offset": 123 }
List test cases for a project
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?