Skip to main content
GET
/
evaluations
/
trace-metrics
Get Available Metrics
curl --request GET \
  --url https://api.pandaprobe.com/evaluations/trace-metrics \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "description": "<string>",
    "category": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

name
string
required
description
string
required
category
string
required