Skip to content

List pipelines

GET
/pipelines
pipelineIds
string
nullable
teamIds
string
nullable
name
string
status
string
Allowed values: active archived
handlerType
string
page
number
>= 1
pageSize
number
>= 1 <= 100
orderBy
string
Allowed values: createdAt name updatedAt description status
orderDirection
string
Allowed values: asc desc

Pipelines retrieved successfully

object
pipelines
required
Array<object>
object
pipelineId
required
string
teamId
required
string
name
required
string
description
required
string
nullable
handlerType
required
string
inputsSchema
required
object
files

File inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this file slot

string
label
required

Human-readable label for the file (e.g., ‘Input Document’)

string
description

Optional description of what this file represents

string
accept

Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)

string
required

Whether this file is required

boolean
default: true
multiple

Whether multiple files can be selected for this slot

boolean
contextRetrievalMode

How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks

string
default: full
Allowed values: semantic full
datasets

Dataset inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this dataset slot

string
label
required

Human-readable label for the dataset (e.g., ‘Training Data’)

string
description

Optional description of what this dataset represents

string
schema

JSON Schema describing the expected dataset structure

required

Whether this dataset is required

boolean
default: true
multiple

Whether multiple datasets can be selected for this slot

boolean
dataInputs

Structured data inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this data input slot

string
label
required

Human-readable label for the data input (e.g., ‘Parameters’)

string
description

Optional description of what this data input represents

string
schema
required

JSON Schema describing the expected data structure

required

Whether this data input is required

boolean
default: true
outputsSchema
required
object
files

File inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this file slot

string
label
required

Human-readable label for the file (e.g., ‘Input Document’)

string
description

Optional description of what this file represents

string
accept

Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)

string
required

Whether this file is required

boolean
default: true
multiple

Whether multiple files can be selected for this slot

boolean
contextRetrievalMode

How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks

string
default: full
Allowed values: semantic full
datasets

Dataset inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this dataset slot

string
label
required

Human-readable label for the dataset (e.g., ‘Training Data’)

string
description

Optional description of what this dataset represents

string
schema

JSON Schema describing the expected dataset structure

required

Whether this dataset is required

boolean
default: true
multiple

Whether multiple datasets can be selected for this slot

boolean
dataInputs

Structured data inputs/outputs

Array<object>
default:
object
id
required

Unique identifier for this data input slot

string
label
required

Human-readable label for the data input (e.g., ‘Parameters’)

string
description

Optional description of what this data input represents

string
schema
required

JSON Schema describing the expected data structure

required

Whether this data input is required

boolean
default: true
configuration
required
object
files

File configurations

Array<object>
default:
object
id
required

Unique identifier for this file slot

string
label
required

Human-readable label for the file (e.g., ‘Input Document’)

string
description

Optional description of what this file represents

string
accept

Accepted file types (MIME types or extensions, e.g., ‘.pdf,.docx’)

string
required

Whether this file is required

boolean
default: true
multiple

Whether multiple files can be selected for this slot

boolean
contextRetrievalMode

How file content is retrieved: ‘semantic’ uses vector similarity search, ‘full’ returns all chunks

string
default: full
Allowed values: semantic full
value
Any of:
object
type
required
string
Allowed values: file
fileId
required

Reference to files table

string
datasets

Dataset configurations

Array<object>
default:
object
id
required

Unique identifier for this dataset slot

string
label
required

Human-readable label for the dataset (e.g., ‘Training Data’)

string
description

Optional description of what this dataset represents

string
schema

JSON Schema describing the expected dataset structure

required

Whether this dataset is required

boolean
default: true
multiple

Whether multiple datasets can be selected for this slot

boolean
value
Any of:
object
type
required
string
Allowed values: dataset
datasetId
required

Reference to datasets table

string
dataInputs

Structured data configurations

Array<object>
default:
object
id
required

Unique identifier for this data input slot

string
label
required

Human-readable label for the data input (e.g., ‘Parameters’)

string
description

Optional description of what this data input represents

string
schema
required

JSON Schema describing the expected data structure

required

Whether this data input is required

boolean
default: true
value
object
type
required
string
Allowed values: dataInput
value

Structured data value matching the schema

nullable
status
required
string
Allowed values: active archived
createdAt
required
string format: date-time
updatedAt
required
string format: date-time
createdBy
required
string
nullable
total
required
number
page
required
number
pageSize
required
number

Forbidden - insufficient permissions to access requested pipelines