Get Pipeline
pipelines
Get Pipeline
Retrieve a specific pipeline by ID.
Args:
- pipeline_id: ID of the pipeline to retrieve.
- db: Database session.
- user: Authenticated user.
Returns:
- PipelineRead: The requested pipeline.
GET
Get Pipeline
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Response
Successful Response