---
title: "Get Task Result"
method: GET
path: "/generated-scorers/task-results/{task_result_id}"
tags: ["scorer", "llm"]
---

# Get Task Result

`GET /generated-scorers/task-results/{task_result_id}`

## Path parameters

- `task_result_id` string, uuid4, required

## Response `200`

Successful Response

- GeneratedScorerTaskResultResponse
  - `id` string, uuid4, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status` 'pending' | 'started' | 'completed' | 'failed', required
  - `result_type` 'scorer_auto_gen' | 'scorer_auto_gen_v2' | 'scorer_validation', required
  - `result` union
    - ChainPollTemplate — Template for a chainpoll metric prompt, containing all the info necessary to send a chainpoll prompt.
      - `metric_system_prompt` string, nullable — System prompt for the metric.
      - `metric_description` string, nullable — Description of what the metric should do.
      - `value_field_name` string — Field name to look for in the chainpoll response, for the rating.
      - `explanation_field_name` string — Field name to look for in the chainpoll response, for the explanation.
      - `template` string, required — Chainpoll prompt template.
      - `metric_few_shot_examples` FewShotExample[] — Few-shot examples for the metric.
        - `generation_prompt_and_response` string, required
        - `evaluating_response` string, required
      - `response_schema` object, nullable — Response schema for the output
    - GeneratedScorerValidationResult — Result of a generated scorer validation job.
      - `rating` union, required
        - number
        - string
      - `explanation` string, nullable, required
    - string

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `05003e7835a2` — 1 info
  - the endpoint scheme security `ClassicAPIKeyHeader` was added to the API

[Change history](https://skmtc.dev/galileo/apis/galileo-api-server/changes/generated-scorers/task-results/:task_result_id/get.md)

---

[API](https://skmtc.dev/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.dev/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/8b1d1a4a933e/schema)
