Skip to main content
GET
/
api
/
v1
/
apps
/
{app_id}
/
tests
Get App Tests
curl --request GET \
  --url https://backend.revyl.ai/api/v1/apps/{app_id}/tests \
  --header 'Authorization: Bearer <token>'
{
  "tests": [
    {
      "id": "<string>",
      "name": "<string>",
      "pinned_version": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string<uuid>
required

Response

Successful Response

tests
AppUsageTestItem · object[]
required
total
integer
required