Optionalparameters: {Optionalexpand?: string | string[] | string & {} | (string & {} | "values.transitions")[]Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
values.transitions Returns the transitions that each workflow is associated with.OptionalisActive?: booleanFilters active and inactive workflows.
OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalorderBy?: Order the results by a field:
name Sorts by workflow name.created Sorts by create time.updated Sorts by update time.OptionalprojectId?: numberThe ID of the project to filter the workflows by. Only workflows associated with the given project are returned.
OptionalqueryString?: stringString used to perform a case-insensitive partial match with workflow name.
Optionalscope?: stringThe scope of the workflow. Global for company-managed projects and Project for team-managed projects.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
Optionaloptions: RequestOptions
Returns a paginated list of global and project workflows. If workflow names are specified in the query string, details of those workflows are returned. Otherwise, all workflows are returned.
Permissions required: