curl --location 'https://api.withblast.com/evaluators?offset=0&limit=10' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"evaluators": [
{
"evaluator_id": 2,
"evaluator_name": "follow_up_refusal_detector",
"display_name": "Follow-up Refusal Detector",
"description": "Checks if the bot refuses to provide follow-up suggestions when expected",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"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"
},
{
"evaluator_id": 3,
"evaluator_name": "product_relevance",
"display_name": "Product Relevance",
"description": "Evaluates if recommended products match user requirements",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 4,
"evaluator_name": "product_specs_contradiction",
"display_name": "Product Specs Contradiction",
"description": "Detects contradictions in product specifications provided by the bot",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 6,
"evaluator_name": "response_style",
"display_name": "Response Style",
"description": "Evaluates the tone, clarity, and style of bot responses",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 5,
"evaluator_name": "search_term_relevance",
"display_name": "Search Term Relevance",
"description": "Validates that search terms match user intent and query",
"created_at": "2025-05-29T05:48:38.262299Z"
}
],
"total": 6
}
Get a paginated list of all available evaluators
curl --location 'https://api.withblast.com/evaluators?offset=0&limit=10' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"evaluators": [
{
"evaluator_id": 2,
"evaluator_name": "follow_up_refusal_detector",
"display_name": "Follow-up Refusal Detector",
"description": "Checks if the bot refuses to provide follow-up suggestions when expected",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"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"
},
{
"evaluator_id": 3,
"evaluator_name": "product_relevance",
"display_name": "Product Relevance",
"description": "Evaluates if recommended products match user requirements",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 4,
"evaluator_name": "product_specs_contradiction",
"display_name": "Product Specs Contradiction",
"description": "Detects contradictions in product specifications provided by the bot",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 6,
"evaluator_name": "response_style",
"display_name": "Response Style",
"description": "Evaluates the tone, clarity, and style of bot responses",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 5,
"evaluator_name": "search_term_relevance",
"display_name": "Search Term Relevance",
"description": "Validates that search terms match user intent and query",
"created_at": "2025-05-29T05:48:38.262299Z"
}
],
"total": 6
}
Show Evaluator Object
curl --location 'https://api.withblast.com/evaluators?offset=0&limit=10' \
--header 'Authorization: Bearer YOUR_JWT_TOKEN'
{
"evaluators": [
{
"evaluator_id": 2,
"evaluator_name": "follow_up_refusal_detector",
"display_name": "Follow-up Refusal Detector",
"description": "Checks if the bot refuses to provide follow-up suggestions when expected",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"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"
},
{
"evaluator_id": 3,
"evaluator_name": "product_relevance",
"display_name": "Product Relevance",
"description": "Evaluates if recommended products match user requirements",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 4,
"evaluator_name": "product_specs_contradiction",
"display_name": "Product Specs Contradiction",
"description": "Detects contradictions in product specifications provided by the bot",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 6,
"evaluator_name": "response_style",
"display_name": "Response Style",
"description": "Evaluates the tone, clarity, and style of bot responses",
"created_at": "2025-05-29T05:48:38.262299Z"
},
{
"evaluator_id": 5,
"evaluator_name": "search_term_relevance",
"display_name": "Search Term Relevance",
"description": "Validates that search terms match user intent and query",
"created_at": "2025-05-29T05:48:38.262299Z"
}
],
"total": 6
}