v1

latestOpenAPI 3.1.02026-07-22136108233.0 KB
workflows

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.

get/v1/workflows

Query parameters

searchstring nullable

Search workflows by id or name (case-insensitive substring match)

Search workflows by id or name (case-insensitive substring match)

created_at_fromstring date-time nullable

Filter workflows created at or after this ISO timestamp (UTC)

Filter workflows created at or after this ISO timestamp (UTC)

created_at_tostring date-time nullable

Filter workflows created at or before this ISO timestamp (UTC)

Filter workflows created at or before this ISO timestamp (UTC)

updated_at_fromstring date-time nullable

Filter workflows updated at or after this ISO timestamp (UTC)

Filter workflows updated at or after this ISO timestamp (UTC)

updated_at_tostring date-time nullable

Filter workflows updated at or before this ISO timestamp (UTC)

Filter workflows updated at or before this ISO timestamp (UTC)

tag_idsstring nullable

Comma-separated list of tag UUIDs. Returns workflows with ALL specified tags (AND logic).

Comma-separated list of tag UUIDs. Returns workflows with ALL specified tags (AND logic).

include_tagsboolean

Include tags in the response

Include tags in the response

includestring nullable

Comma-separated list of related resources to include. Allowed values: tags, post_run_checks. If provided, overrides legacy include_tags.

Comma-separated list of related resources to include. Allowed values: tags, post_run_checks. If provided, overrides legacy include_tags.

skipinteger
limitinteger

Response

Successful Response

totalinteger required
skipinteger required
limitinteger required