Retrieve all pipelines associated with your organization.
Examples
from chonkie.cloud import Pipeline
pipelines = Pipeline.list()
for p in pipelines:
print(f"{p.slug}: {p.describe()}")
Response
Organization that owns the pipelines.
Array of pipeline objects, each containing:
Unique identifier for the pipeline.
Array of pipeline step configurations.
ISO 8601 timestamp of creation.
ISO 8601 timestamp of last update.