Skip to main content
GET
/
api
/
v2
/
test-cases
/
tags
List test case tags
curl --request GET \
  --url https://api.empirical.run/api/v2/test-cases/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

The project's distinct test case tags.

tags
string[]
required

Distinct tags across the project's test cases.