Skip to main content
GET
List flows

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org
string
required

Query Parameters

search_by_name
string | null

Return flows that contain the given string in their name. Only alphanumeric characters and '-' are allowed.

case_sensitive
boolean
default:true

Whether the search_by_name filter is case sensitive. Defaults to true.

Response

200 - application/json

Successful Response

name
string
required
description
string
required
visibility
enum<string>
required
Available options:
public,
private
org
string
required
template
any
required
repo_url
tags
unknown
Last modified on June 18, 2026