---
title: "Get the outputs of an execution by its ID"
method: GET
path: "/workspace/{ws_id}/executions/{id}/outputs"
tags: ["Executions"]
---

# Get the outputs of an execution by its ID

`GET /workspace/{ws_id}/executions/{id}/outputs`

Get the outputs of an execution by its ID

## Path parameters

- `ws_id` string, required
- `id` string, required

## Response `200`

Execution outputs

- object

## Other responses

- `400` — Missing or invalid execution ID
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Execution not found
- `500` — Internal server error

---

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