v1
latestOpenAPI 3.1.02026-08-06284092.1 KBworkflows
Get a workflow
Return a single workflow by id, including its ordered steps.
Returns 404 if the workflow does not exist, is soft-deleted, or is not visible to the caller. Non-system workflows are scoped to the active org, and non-admin members are further restricted to their group-visible set (own + system + workflows in their groups). VA-499.
get/api/v2/workflows/{workflow_id}
Path parameters
workflow_idstring required
Response
Successful Response
Example response
{
"steps": [
{
"name": "Overview shot",
"workflow_note": "Stand back and capture the whole subject in frame.",
"agent_id": "object-detection-v1"
}
]
}