---
title: "Get a single result given the UID"
method: GET
path: "/v1alpha2/parents/{parent}/results/{result_uid}"
tags: ["Results"]
---

# Get a single result given the UID

`GET /v1alpha2/parents/{parent}/results/{result_uid}`

## Response `200`

Default response

- Result — Results are aggregators of Records, allowing users to refer to groups of Records as a single entity.
  - `annotations` object — Arbitrary user provided labels for the result.
  - `uid` string, required — server assigned identified of the Results
  - `name` string, required — User assigned identifier of the Result. Encodes Parent information.
  - `summary` RecordSummary — RecordSummary is a high level overview of a Record, typically representing a "root" record for a result. It includes type agonstic information so that UI's and other tools do not need to be aware of underlying types.
    - `record` string, required — The name of the Record this summary represents.
    - `type` string, required — Identifier of underlying data.
    - `status` 'UNKNOWN' | 'SUCCESS' | 'FAILURE' | 'TIMEOUT' | 'CANCELLED', required — Completion status of the Record.
    - `start_time` string, date-time, required
    - `end_time` string, date-time, required
    - `annotations` object — Key-value pairs representing abitrary underlying record data that clients want to include that aren't covered by the above fields.
  - `created_time` string, date-time — DEPRECATED: Use create_time instead
  - `create_time` string, date-time — Server assigned timestamp for when the result was created.
  - `updated_time` string, date-time — DEPRECATED: Use update_time instead
  - `update_time` string, date-time — Server assigned timestamp for when the result was updated.
  - `id` string — DEPRECATED: use uid instead
  - `etag` string — This is etag for Results. If this is provided on update, it must match the server's etag.

---

[API](https://skmtc.net/tektoncd/apis/tekton-results-api-specification.md) · [All operations](https://skmtc.net/tektoncd/apis/tekton-results-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tektoncd/tekton-results-api-specification/revisions/278d1aed13c1/schema)
