workflows
Get a workflow revision
Returns a single revision including its full source. Defense-in-depth: the revision must belong to the named workflow or it's treated as missing.
get/workflows/{workflow_id}/revisions/{revision_id}
Path parameters
workflow_idstring uuid required
workflow identifier
workflow identifier
revision_idstring uuid required
revision identifier
revision identifier
Response
OK
Example response
{
"$schema": "/api/v1/WorkflowRevisionDetail.json"
}