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
workflowRunId
The workflow run id returned when the workflow was started.
Response
Current workflow run state.
workflowRunId
Opaque workflow run id.
status
Lifecycle status of a workflow run.
workflowType
Workflow type identifier.
progressPercentage
Completion progress for the current attempt (0-100). Always 100 when status is succeeded.
attemptIndex
Zero-based index of the current or most recent execution attempt.
projectId
Id of the project created for this workflow run.
projectUrl
URL to view the project in the VideoGen app.
error