List all pipelines
Retrieve a list of all configured pipelines
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Query Parameters
Field to sort by
"created_at"Sort order
"ASC""DESC""DESC"Responses
Successful response
Create a new pipeline
Create and configure a new pipeline
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Request Body
Responses
Pipeline created successfully
Get pipeline metadata
Retrieve metadata and configuration options for pipelines
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Responses
Successful response
Get a specific pipeline
Retrieve details of a specific pipeline
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Responses
Successful response
Update a pipeline
Update the configuration of an existing pipeline
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Request Body
Responses
Pipeline updated successfully
Delete a pipeline
Remove a pipeline from the system
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Responses
Pipeline deleted successfully
Get pipeline extensions
Retrieve extensions and plugins configured for a pipeline
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Responses
Successful response
Update pipeline extensions
Update the extensions configuration for a pipeline
Authorizations
API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here
Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>
Parameters
Path Parameters
"uuid"Request Body
Responses
Extensions updated successfully
