---
title: "Download run outputs"
method: POST
path: "/orchestration/runs/download-outputs"
tags: ["Orchestration - Runs"]
---

# Download run outputs

`POST /orchestration/runs/download-outputs`

Download orchestration run outputs with input and output node contexts

## Request body

- object — Request body schema.
  - `workflowUuid` string, uuid, required — Workflow identifier.
  - `outputNodeSlug` string — Output node slug for download.
  - `format` 'csv' | 'json' — Export format. Defaults to csv.
  - `releaseUuid` string, uuid — Release identifier to filter by.
  - `batchUuid` string, uuid — Batch identifier to filter by.
  - `statuses` string[] — Run statuses to include.
  - `recordId` string — Record ID to filter by.
  - `recordTitle` string — Record title to filter by.
  - `parentBatchUuid` string, uuid — Parent batch identifier to filter by.
  - `parentUuid` string, uuid — Parent run identifier to filter by.
  - `parentNodeUuid` string, uuid — Parent node identifier to filter by.
  - `isGroupParent` boolean — Whether to select group parent runs.
  - `executionsFilter` object — Execution filters for matching runs.
    - `conjonction` 'or' | 'and', required
    - `groups` object[], required
      - `conjonction` 'or' | 'and', required
      - `conditions` object[], required
        - `kind` 'node', required
        - `nodeSlug` string, required
        - `status` 'absent' | 'pending' | 'success' | 'error', required
        - `value` string
  - `createdAfter` string — Include runs created after this timestamp.
  - `createdBefore` string — Include runs created before this timestamp.
  - `limit` number — Maximum number of runs to include in the export.
  - `offset` number — Number of runs to skip before exporting.

## Response `200`

Successful response

- object
  - `url` string, required — Download URL for the exported run outputs.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/getcargo/apis/cargo-api.md) · [All operations](https://skmtc.net/getcargo/apis/cargo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcargo/cargo-api/revisions/1d5a19e01d83/schema)
