v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Workflows (Beta)

List workflows

List workflows that match the provided filters. If no filters are provided, all workflows accessible by the authenticated user are returned.

get/workflows

Query parameters

namestring[]

Filter by name

ownerIdstring[]

The ID of the workspaces to return resources for

workflowIDstring[]

The IDs of the workflows to return resources for

environmentIdstring[]

Filter for resources that belong to an environment

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

Response

List of workflows

cursorstring required