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

Pipelines

Get Pipelines

GET /pipelines

Returns Pipelines based on a user and the workspace they're in.

Headers

Name
Value

Content-Type

application/json

Body

Name
Required
Type
Description

apiKey

Yes

string

API key

Response

{
  "id": "hZCTFn3FzbYwGsXj-KpGv1hnIa6",
  "name": "South American Financial Services",
  ...
}
{
  "error": "Invalid request"
}

Last updated