Runs
Get a run
Returns status and completed output URLs for a public API run, including action runs started through POST /runs/action.
get/runs/{runId}
Path parameters
runIdstring required
Run identifier
Example:run_abc123
Run identifier
Response
Run returned.
Example response
{
"run_id": "run_abc123",
"error_code": "provider_error",
"error_message": "The provider failed to complete the generation.",
"outputs": [
{
"output_id": "output_1",
"url": "https://media.flora.ai/output.png"
}
]
}