Skip to main content
GET
/
v1
/
features
List features
curl --request GET \
  --url https://api.qa.tech/v1/features \
  --header 'Authorization: Bearer <token>'
{
  "features": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "actionCount": 123
    }
  ]
}

Query Parameters

query
object
required

Query parameters for listing features

Response

200 - application/json

The request has succeeded.

Response for listing features in the project's feature graph

features
object[]
required