For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings Pipelines

List Piplelines

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

List of pipelines

application/json
totalRowsnumberOptional
get/settings/pipelines

Retrieve Pipeline

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Pipeline

Responses
200

Details about the pipeline

application/json
idstringRequired

The unique ID of the pipeline.

namestringRequired

The name of the pipeline.

get/settings/pipelines/{id}

Last updated

Was this helpful?