GET
/
apps
/
{app_id}
/
workflows

Path Parameters

app_id
string
required

The ID of the app

Query Parameters

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
app
object
required

Associated app with the workflow

created_at
string | null
required

Creation date of the workflow

deleted
boolean
required

Indicates if the workflow is deleted

description
string | null
required

Description of the workflow

id
string
required

Unique identifier for the workflow

input
object
required

Input definition of the workflow

input_default
object | null
required

Default config input values of the workflow

input_options
object | null
required

Input options of the workflow

key
string
required

Unique key for the workflow version

name
string
required

Name of the workflow

steps
object[]
required

Steps of the workflow at the time this version was deployed

tags
object[]
required

Tags associated with the workflow

updated_at
string | null
required

Last update date of the workflow

version
object | null
required

Current version of the workflow

visibility
enum<string>
required

Visibility of the workflow

Available options:
PUBLIC,
PRIVATE
tests_stats
object | null

Statistics of the workflow tests