---
title: "Results Related To Log List"
method: GET
path: "/evaluations/results/related-to-log/{log_id}/"
tags: ["evaluations"]
---

# Results Related To Log List

`GET /evaluations/results/related-to-log/{log_id}/`

Listing all the evaluators along with the results under them within a log

Args:
    URL args:
        - log_id: The ID of the log to get the evaluators and results for
    Query params:
        - evaluator_type: The type of the evaluator to get the results for
        - timestamp: The timestamp of the log to get the evaluators and results for
        - unique_organization_id: The unique organization ID of the log to get the evaluators and results for
    POST params:
        - evaluation_id: The ID of the evaluation to create the result for
        - evaluator_slug: The slug of the evaluator to create the result for
        - log_unique_id: The unique ID of the log to create the result for
        - eval_result_unique_id: The unique ID of the result to create
        - score_mapping: The score mapping of the result
        - primary_score: The primary score of the result

## Path parameters

- `log_id` string, required

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- PaginatedEvalWithResultsList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `total_count` integer
  - `current_filters` FilterParamDictPydantic — Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters. Each key is a metric name (str), and each value can be: - A single MetricFilterParamPydantic (one condition) - A List[MetricFilterParamPydantic] (multiple conditions for same metric) - A FilterBundlePydantic (nested filter bundle with connector) Note: Uses extra="allow" for dynamic metric name fields. The __pydantic_extra__ annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.
  - `filters_data` PaginatedEvalWithResultsListFiltersData
  - `results` EvalWithResults[], required
    - `version_id` string
    - `eval_class` 'ragas_faithfulness' | 'ragas_noise_sensitivity' | 'ragas_response_relevancy' | 'ragas_answer_relevancy' | 'ragas_context_precision' | 'ragas_context_recall' | 'ragas_context_entity_recall' | 'ragas_factual_correctness' | 'ragas_semantic_similarity' | 'ragas_non_llm_string_similarity' | 'ragas_non_llm_string_presence' | 'ragas_non_llm_exact_match' | 'relari_llm_based_custom_metric' | 'relari_llm_based_answer_correctness' | 'keywordsai_custom_evaluator' | 'keywordsai_custom_llm' | 'output_char_count' | 'output_word_count' | 'custom_code', required — * `ragas_faithfulness` - ragas_faithfulness * `ragas_noise_sensitivity` - ragas_noise_sensitivity * `ragas_response_relevancy` - ragas_response_relevancy * `ragas_answer_relevancy` - ragas_answer_relevancy * `ragas_context_precision` - ragas_context_precision * `ragas_context_recall` - ragas_context_recall * `ragas_context_entity_recall` - ragas_context_entity_recall * `ragas_factual_correctness` - ragas_factual_correctness * `ragas_semantic_similarity` - ragas_semantic_similarity * `ragas_non_llm_string_similarity` - ragas_non_llm_string_similarity * `ragas_non_llm_string_presence` - ragas_non_llm_string_presence * `ragas_non_llm_exact_match` - ragas_non_llm_exact_match * `relari_llm_based_custom_metric` - relari_llm_based_custom_metric * `relari_llm_based_answer_correctness` - relari_llm_based_answer_correctness * `keywordsai_custom_evaluator` - keywordsai_custom_evaluator * `keywordsai_custom_llm` - keywordsai_custom_llm * `output_char_count` - output_char_count * `output_word_count` - output_word_count * `custom_code` - custom_code
    - `evaluation_id` string, required
    - `results_id` integer, required
    - `results` string, required
    - `required_fields` string, required
    - `passed` boolean, required
    - `human_numerical_value` number, double, required
    - `human_categorical_value` string, required
    - `human_text_value` string, required
    - `id` string
    - `version` integer
    - `is_read_only` boolean
    - `version_description` string
    - `evaluator_slug` string
    - `name` string, required
    - `unique_organization_id` string, nullable
    - `description` string
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `score_config` unknown
    - `passing_conditions` union
      - unknown
      - unknown
    - `llm_config` union
      - unknown
      - unknown
    - `code_config` union
      - unknown
      - unknown
    - `type` 'llm' | 'code' | 'human' | 'function' | 'human_numerical' | 'human_categorical' | 'human_boolean' | 'human_text' | 'custom' — * `llm` - Llm * `code` - Code * `human` - Human * `function` - Function * `human_numerical` - Human Numerical * `human_categorical` - Human Categorical * `human_boolean` - Human Boolean * `human_text` - Human Text * `custom` - Custom
    - `score_value_type` 'numerical' | 'boolean' | 'percentage' | 'single_select' | 'multi_select' | 'text' | 'json' | 'comment' | 'categorical' — * `numerical` - Numerical * `boolean` - Boolean * `percentage` - Percentage * `single_select` - Single Select * `multi_select` - Multi Select * `text` - Text * `json` - Json * `comment` - Comment * `categorical` - Categorical
    - `custom_required_fields` string[]
    - `categorical_choices` unknown[]
      - unknown
    - `starred` boolean
    - `organization` integer, nullable
    - `project` string, nullable

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c26d550029f8/schema)
