v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
job

get approval info for a suspended flow/WAC job

Get approval info for a suspended flow/WAC job. Returns form schema, approval rules, and whether the current user can approve. Either a valid token query parameter or an authenticated session is required.

get/w/{workspace}/jobs_u/flow/approval_info/{job_id}

Path parameters

workspacestring required
job_idstring uuid required

Query parameters

tokenstring

approval token for unauthenticated access

Response

approval info

flow_idstring uuid required
{"stackTrail":"paths:/w/{workspace}/jobs_u/flow/approval_info/{job_id}:get:responses:200:content:application/json:schema:properties:form_schema","oasType":"schema","type":"unknown","description":"form schema for the approval step"}
{"stackTrail":"paths:/w/{workspace}/jobs_u/flow/approval_info/{job_id}:get:responses:200:content:application/json:schema:properties:description","oasType":"schema","type":"unknown","description":"description of the approval step"}
can_approveboolean required

whether the current user/token holder can approve

user_auth_requiredboolean required

whether user authentication is required to approve

hide_cancelboolean

whether to hide the cancel button in the UI

view_tokenstring

Share-read-link token for the flow. An authenticated workspace member can append it as a view_token query param on the run page to read a flow they don't otherwise have access to.