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

Documentation Index

Fetch the complete documentation index at: https://docs.pandaprobe.com/llms.txt

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

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