Skip to main content
GET
/
evaluators
/
{evaluator_id}
curl --location 'https://api.withblast.com/evaluators/1' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "evaluator_id": 1,
  "evaluator_name": "language_detection",
  "display_name": "Language Detection",
  "description": "Detects and validates language switching in conversations",
  "created_at": "2025-05-29T05:48:38.262299Z"
}

Authentication

Authorization
string
required
Bearer token

Path Parameters

evaluator_id
integer
required
The unique identifier of the evaluator

Response

evaluator_id
integer
required
Unique evaluator identifier
evaluator_name
string
required
Internal name of the evaluator
display_name
string
required
Human-friendly display name
description
string
Detailed description of what the evaluator measures
created_at
string
required
ISO 8601 timestamp of creation
curl --location 'https://api.withblast.com/evaluators/1' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
  "evaluator_id": 1,
  "evaluator_name": "language_detection",
  "display_name": "Language Detection",
  "description": "Detects and validates language switching in conversations",
  "created_at": "2025-05-29T05:48:38.262299Z"
}