Skip to main content
GET
Get Run Status
Check the current status and outputs of an execution. For agents, prefer GET /v1/runs/{id}/wait — it blocks until the execution finishes, so you don’t need a polling loop. Use this endpoint when you need to check status without blocking, or as a fallback. Status progresses: queuedrunningcompleted or failed. Outputs start as pending placeholders and resolve to image, video, or text with a URL or content value.

Authorizations

x-api-key
string
header
required

Workspace API key. Prefix: lma_. Example: lma_abc123...

Path Parameters

runId
string<uuid>
required

The run ID returned from the Run App or Content Create endpoint

Response

Run status with output values

data
object

Poll until status is completed or failed.