---
title: "Get Run"
method: GET
path: "/run/{run_id}"
tags: ["Run"]
---

# Get Run

`GET /run/{run_id}`

## Path parameters

- `run_id` string, uuid, required

## Query parameters

- `queue_position` boolean

## Response `200`

Successful Response

- WorkflowRunModel
  - `id` string, uuid, required
  - `workflow_version_id` string, uuid, nullable, required
  - `workflow_inputs` unknown, required
  - `workflow_id` string, uuid, required
  - `machine_id` string, uuid, nullable, required
  - `origin` string, required
  - `status` string, required
  - `ended_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `queued_at` string, date-time, nullable
  - `started_at` string, date-time, nullable
  - `gpu_event_id` string, nullable, required
  - `gpu` string, nullable, required
  - `machine_version` string, nullable, required
  - `machine_type` string, nullable, required
  - `modal_function_call_id` string, nullable, required
  - `user_id` string, nullable, required
  - `org_id` string, nullable, required
  - `live_status` string, nullable, required
  - `progress` number
  - `is_realtime` boolean
  - `webhook` string, nullable, required
  - `webhook_status` string, nullable, required
  - `webhook_intermediate_status` boolean
  - `outputs` WorkflowRunOutputModel[]
    - `id` string, uuid, required
    - `output_id` string, nullable
    - `run_id` string, uuid, required
    - `data` object, required
    - `node_meta` unknown, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `type` string, nullable
    - `node_id` string, nullable
  - `number` integer, nullable
  - `duration` number, nullable
  - `cold_start_duration` number, nullable
  - `cold_start_duration_total` number, nullable
  - `run_duration` number, nullable
  - `queue_position` integer, nullable

## Other responses

- `422` — Validation Error

---

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