# Pipelines (/api/reference/pipelines)



A pipeline is a named CI definition inside an organization — the thing
you push code against. Each pipeline owns its builds; its `pipeline_slug`
is unique within the org.

These endpoints list and create pipelines and fetch a single pipeline's
record (including its `build_count`). To run one, create a build under it
— see [Builds](/api/reference/builds).

{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

<APIPage document="&#x22;./openapi.json&#x22;" webhooks="[]" operations="[{&#x22;path&#x22;:&#x22;/api/v0/organizations/{org}/pipelines&#x22;,&#x22;method&#x22;:&#x22;get&#x22;},{&#x22;path&#x22;:&#x22;/api/v0/organizations/{org}/pipelines&#x22;,&#x22;method&#x22;:&#x22;post&#x22;},{&#x22;path&#x22;:&#x22;/api/v0/organizations/{org}/pipelines/{pipeline}&#x22;,&#x22;method&#x22;:&#x22;get&#x22;}]" />
