---
title: "Get Execution Data"
method: GET
path: "/outputs-remote/{executionId}"
---

# Get Execution Data

`GET /outputs-remote/{executionId}`

Retrieves the output data, files, and status from an execution.
Returns execution variable data, file presigned URLs, and current status.

## Path parameters

- `executionId` string, uuid, required

## Response `200`

Execution outputs retrieved successfully

- object
  - `scrapeData` object, required — Key-value pairs of execution variable data
  - `artifactUrls` string[], required — List of presigned URLs to access execution artifacts
  - `status` 'QUEUED' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'TIMEOUT', required — Current status of the execution

## Other responses

- `400` — Bad request - invalid execution ID format
- `401` — Unauthorized - invalid or missing authentication
- `403` — Forbidden - user doesn't have permission to access this execution
- `404` — Execution not found
- `429` — Too many requests - rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/sola-solutions/apis/sola-execution-api.md) · [All operations](https://skmtc.net/sola-solutions/apis/sola-execution-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sola-solutions/sola-execution-api/versions/144bf308665b/schema)
