v3
latestOpenAPI 3.1.02026-07-311,4541,5202.3 MBApi Scores List
Create view for evaluation results
Synced to clickhouse automatically via evaluation.signals
Endpoint: /api/scores/
Args: - evaluator_id: The ID of the Evaluator instance to associate with - numerical_value: The numerical score of this result - string_value: The string score of this result - boolean_value: The boolean score of this result - categorical_value (Optional): The categorical score values (list of strings) - log_id (Optional): The ID of the CHLogV3 instance to associate with - prompt_id (Optional): The ID of the Prompt instance to associate with - prompt_version_number (Optional): The version number of the Prompt instance to associate with - dataset_id (Optional): The ID of the Dataset instance to associate with Return: { "id": "xxxx", "created_at": "2025-09-07T08:35:16.770817Z", "type": "llm", "environment": "test", "numerical_value": null, "string_value": null, "boolean_value": null, "categorical_value": [], "is_passed": false, "cost": 0.0, "evaluator_id": "9b589384-574a-429c-8996-58419f514871", "log_id": "some_log_id", "dataset_id": null }
Query parameters
A page number within the paginated result set.
Number of results to return per page.
Headers
JWT access token or Respan API key