Skip to content
FLORA DocsGo to app

Runs

Nested technique run endpoints.

Start a technique run
POST/techniques/{techniqueId}/runs
List technique run history
GET/technique-runs
Get a technique run
GET/techniques/{techniqueId}/runs/{runId}
ModelsExpand Collapse
RunCreateResponse object { created_at, progress, run_id, 8 more }
created_at: number
progress: number
run_id: string

Run identifier

status: "pending" or "running" or "completed" or "failed"
One of the following:
"pending"
"running"
"completed"
"failed"
charged_cost: optional number

Cost charged in USD

minimum0
completed_at: optional number
error_code: optional string

Machine-readable run error code

error_message: optional string

Human-readable run error message

outputs: optional array of object { output_id, type, url }
output_id: string

Run output identifier

type: "imageUrl" or "videoUrl" or "audioUrl" or 2 more

Run output media type

One of the following:
"imageUrl"
"videoUrl"
"audioUrl"
"text"
"documentUrl"
url: string

Run output URL or text content

minLength1
poll_url: optional string

URL to poll pending/running runs or fetch completed/failed run details.

formaturi
started_at: optional number
RunListResponse object { created_at, progress, project_id, 12 more }
created_at: number
progress: number
project_id: string

Project identifier

run_id: string

Run identifier

status: "pending" or "running" or "completed" or "failed"
One of the following:
"pending"
"running"
"completed"
"failed"
technique: object { name, technique_id }
name: string

Technique name

technique_id: string

Technique identifier

technique_run_id: string

Run identifier

workspace_id: string

Workspace identifier

charged_cost: optional number

Cost charged in USD

minimum0
completed_at: optional number
error_code: optional string

Machine-readable run error code

error_message: optional string

Human-readable run error message

outputs: optional array of object { output_id, type, url }
output_id: string

Run output identifier

type: "imageUrl" or "videoUrl" or "audioUrl" or 2 more

Run output media type

One of the following:
"imageUrl"
"videoUrl"
"audioUrl"
"text"
"documentUrl"
url: string

Run output URL or text content

minLength1
poll_url: optional string

URL to poll pending/running runs or fetch completed/failed run details.

formaturi
started_at: optional number
RunRetrieveResponse object { created_at, progress, run_id, 8 more }
created_at: number
progress: number
run_id: string

Run identifier

status: "pending" or "running" or "completed" or "failed"
One of the following:
"pending"
"running"
"completed"
"failed"
charged_cost: optional number

Cost charged in USD

minimum0
completed_at: optional number
error_code: optional string

Machine-readable run error code

error_message: optional string

Human-readable run error message

outputs: optional array of object { output_id, type, url }
output_id: string

Run output identifier

type: "imageUrl" or "videoUrl" or "audioUrl" or 2 more

Run output media type

One of the following:
"imageUrl"
"videoUrl"
"audioUrl"
"text"
"documentUrl"
url: string

Run output URL or text content

minLength1
poll_url: optional string

URL to poll pending/running runs or fetch completed/failed run details.

formaturi
started_at: optional number