Get workflow status
get_workflow_statusPoll this between steps: returns active + recently-finished AI jobs
(scope by project_id, or style_id for style analysis), plus per-segment-
asset render statuses for projects. A step is done when its jobs reach
status=complete (or error, with a user-readable message). NOTE: finished
jobs drop out of jobs after ~30s — a short list does NOT mean work was
lost; judge render batches by segment_assets statuses (or
get_pipeline_progress), never by counting jobs. Prefer await_jobs over
polling this in a tight loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style_id | No | Style ID to scope jobs to (style analysis); pass exactly one of project_id or style_id | |
| project_id | No | Project ID to scope jobs to; pass exactly one of project_id or style_id |