Skip to main content
GET
/
v1
/
test-cases
List test cases
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.qa.tech/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

query
object
required

Response

200 - application/json

The request has succeeded.

testCases
object[]
required
total
integer<int32>
required
limit
integer<int32>
required
offset
integer<int32>
required