List Workflows
List all workflows for the authenticated organization.
Supports pagination and returns workflows ordered by updated_at descending.
Use tag_ids to filter workflows that have ALL specified tags (AND logic).
Use include=tags,post_run_checks to include related workflow resources.
Legacy include_tags=true remains supported, but include wins when both are provided.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search workflows by id or name (case-insensitive substring match)
Filter workflows created at or after this ISO timestamp (UTC)
Filter workflows created at or before this ISO timestamp (UTC)
Filter workflows updated at or after this ISO timestamp (UTC)
Filter workflows updated at or before this ISO timestamp (UTC)
Comma-separated list of tag UUIDs. Returns workflows with ALL specified tags (AND logic).
Include tags in the response
Comma-separated list of related resources to include. Allowed values: tags, post_run_checks. If provided, overrides legacy include_tags.
x >= 01 <= x <= 1000