- Endpoint:
GET /test-cases - Authentication: Bearer token (project API token)
- Base URL:
https://api.qa.tech/v1
The test case
id (UUID) is used when creating tests with dependencies or running specific test cases via the Rerun API. For most run operations, use test plans instead of individual test case IDs.Authentication
Include your project’s API token in theAuthorization header:
Query Parameters
All parameters are optional. Use them to filter and paginate results:Response Format
Success (200)
Response Fields
Test Case Fields
Example Requests
List All Test Cases
Filter by Application
Filter by Labels
List Only Enabled Tests
Paginated Request
Combined Filters
Error Responses
Error responses include a body:
{ "message": "Error description" }.
Related
- Create Test Case API – Create test cases programmatically
- Start Run API – Trigger test runs
- API Introduction – Authentication and ID reference