Optional filterOptional filterWhether to include unpublished workflows in the response.
Optional filterA search query used to filter the returned workflows. The query performs a case-insensitive substring match against each workflow's name, creator name, and handle. If the query contains a colon (for example, team:infra), the query is treated as a key:value tag filter.
Optional filterFilters the returned workflows by one or more trigger types, such as monitor, schedule, or githubWebhook. To specify the multiple types, repeat this parameter.
Optional limitThe maximum number of workflows to return per page.
Optional pageThe page number to return, starting from 0.
Optional sortThe sort order for the returned workflows. Provide a comma-separated list of fields, each optionally prefixed with - for descending order. Supported fields are name, createdAt, updatedAt, creatorName, ownerName, and lastExecutedAt.
Generated using TypeDoc
Whether to include the full spec of each workflow in the response. When
false(the default), each workflow'sspecis returned asnull.