REST API ReferenceEndpointsWorkflows

Get workflow run status

Authentication

AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.

Path parameters

workflowRunIdstringRequired
The workflow run id returned when the workflow was started.

Response

Current workflow run state.
workflowRunIdstring
Opaque workflow run id.
statusenum
Lifecycle status of a workflow run.
workflowTypeenum
Workflow type identifier.
progressPercentagedouble0-100

Completion progress for the current attempt (0-100). Always 100 when status is succeeded.

attemptIndexinteger>=0

Zero-based index of the current or most recent execution attempt.

projectIdstring
Id of the project created for this workflow run.
projectUrlstringformat: "uri"
URL to view the project in the VideoGen app.
errorobject or null