Get Workflows

View as Markdown
Return a filtered list of workflows.

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Query parameters

userstring or nullOptional
workflow_typestring or nullOptional
workflow_idstring or nullOptional
device_idstring or nullOptional
device_namestring or nullOptional
device_rolestring or nullOptional
device_platformstring or nullOptional
sitestring or nullOptional
statusstring or nullOptional
pending_approvalboolean or nullOptional
start_timedatetime or nullOptional
end_timedatetime or nullOptional
hide_completedbooleanOptionalDefaults to false
limitintegerOptionalDefaults to 100
next_page_tokenstring or nullOptional

Response

Successful Response
next_page_tokenstring or null
page_countinteger
total_countinteger
workflowslist of objects

Errors

422
Unprocessable Entity Error