<!-- Source: https://docs.squirro.com/en/latest/api/squirro_client.topic.PipelineSectionsMixin.html -->
# PipelineSectionsMixin

**`class PipelineSectionsMixin`**

Bases: [`object`](https://docs.python.org/3.11/library/functions.html#object)

Methods SummaryMethods Documentation

**`get_pipeline_sections(project_id, omit_steps=False)`**

Return all the pipeline sections for project with project_id.

Parameters

- `project_id` – the Id of the project
- `omit_steps` ([`bool`](https://docs.python.org/3.11/library/functions.html#bool)) – whether to omit the inclusion of steps of every section

Returns

a list of pipeline section dictionaries
