---
title: "Get Workflow Version Execution Results"
method: GET
path: "/workflow-version-execution-results"
tags: ["workflow"]
---

# Get Workflow Version Execution Results

`GET /workflow-version-execution-results`

## Query parameters

- `workflow_version_execution_id` integer, required
- `return_all_outputs` boolean

## Response `200`

Successful response with execution results.

- union
  - object
  - unknown

## Other responses

- `202` — Execution is still in progress. At least one node is in a non-final status (QUEUED or RUNNING).
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation error - request parameters or body are invalid.

---

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