workflows
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"
}
]
}Changes
Changed in 2 of the 3 revisions of this API.3
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○