GET
/
apps
/
{app_id}
/
workflows

Path Parameters

app_id
string
required

The ID of the app

Query Parameters

search
string
visibility
enum<string>
Available options:
ALL,
PUBLIC,
PRIVATE
tags
string[]
page
number

Page number

take
number

Number of items to take

Response

200 - application/json
id
string
required

Unique identifier for the workflow

name
string
required

Name of the workflow

description
string | null
required

Description of the workflow

app
object
required

Associated app with the workflow

visibility
enum<string>
required

Visibility of the workflow

Available options:
PUBLIC,
PRIVATE
version
object | null
required

Current version of the workflow

tags
object[]
required

Tags associated with the workflow

tests_stats
object | null

Statistics of the workflow tests

deleted
boolean
required

Indicates if the workflow is deleted

created_at
string | null
required

Creation date of the workflow

updated_at
string | null
required

Last update date of the workflow

key
string
required

Unique key for the workflow version

input
object
required

Input definition of the workflow at the time this version was deployed

input_default
object | null
required

Default config input values of the workflow at the time this version was deployed

steps
object[]
required

Steps of the workflow at the time this version was deployed