Skip to content

Retrieve all available workflow actions that can be initiated on a workflow which:

  • The authenticated user has permissions to view or initiate
  • Can be initiated through the API
GET/api/{version}/object/workflow/actions
NameDescription
Acceptapplication/json (default) or application/xml
curl -L -X GET -H 'Authorization: {SESSION_ID}’ \ 'https://myvault.veevavault.com/api/v20.3/object/workflow/actions'
{ "responseStatus": "SUCCESS", "data": [ { "name": "cancelworkflows", "label": "Cancel Workflows" } ] }

On SUCCESS, the response lists all available workflow actions for a Vault.