---
title: "Find a task result by ID. Empty body while the task runs, 404 when the ID matches no known task"
method: GET
path: "/tasks/{id}/result"
tags: ["Task"]
---

# Find a task result by ID. Empty body while the task runs, 404 when the ID matches no known task

`GET /tasks/{id}/result`

## Path parameters

- `id` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

## Changes

- **2026-09-26** `65e661618b8f` — 1 info
  - api operation id `L_2` removed and replaced with `t_2`
- **2026-09-15** `4da8c9536717` — 1 info
  - api operation id `P` removed and replaced with `L_2`
- **2026-09-15** `e2458537595b` — 1 info
  - api operation id `h_2` removed and replaced with `P`
- **2026-09-11** `2e438cb3181d` — 1 info
  - api operation id `v_6` removed and replaced with `h_2`
- **2026-09-07** `50527361f800` — 1 info
  - api operation id `n_4` removed and replaced with `v_6`

[Full history](https://skmtc.dev/octoperf/apis/octoperf-api/changes/tasks/:id/result/get.md)

---

[API](https://skmtc.dev/octoperf/apis/octoperf-api.md) · [All operations](https://skmtc.dev/octoperf/apis/octoperf-api/llms.txt) · [OpenAPI document](https://skmtc.dev/octoperf/apis/octoperf-api/revisions/65e661618b8f?raw)
