---
title: "Get a run"
method: GET
path: "/runs/{runId}"
tags: ["Runs"]
---

# Get a run

`GET /runs/{runId}`

Returns status and completed output URLs for a public API run, including action runs started through POST /runs/action.

## Path parameters

- `runId` string, required — Run identifier

## Response `200`

Run returned.

- object
  - `run_id` string, required — Run identifier
  - `status` 'pending' | 'running' | 'completed' | 'failed', required
  - `progress` number, required
  - `created_at` number, required
  - `started_at` number
  - `completed_at` number
  - `error_code` string — Machine-readable run error code
  - `error_message` string — Human-readable run error message
  - `charged_cost` number — Cost charged in USD
  - `outputs` object[]
    - `output_id` string, required — Run output identifier
    - `type` 'imageUrl' | 'videoUrl' | 'audioUrl' | 'text' | 'documentUrl', required — Run output media type
    - `url` string, uri, required — Run output URL
  - `poll_url` string, uri

## Other responses

- `400` — 400
- `401` — 401
- `402` — 402
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/florafauna-ai/apis/flora-ai-api.md) · [All operations](https://skmtc.net/florafauna-ai/apis/flora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/florafauna-ai/flora-ai-api/versions/2f4a714f8ce9/schema)
