Get Pipelines
pipelines
Get Pipelines
Retrieve all pipelines associated with the user’s organization.
Args:
- db: Database session.
- user: Authenticated user.
Returns:
- List[PipelineRead]: List of pipelines.
GET
Get Pipelines
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.