# Pipelines

## Get Pipelines

<mark style="color:green;">`GET`</mark> `/pipelines`

Returns [pipelines](https://docs.countercyclical.io/fundamentals/pipelines "mention") based on a user and the workspace they're in.

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Body**

| Name     | Required                              | Type   | Description |
| -------- | ------------------------------------- | ------ | ----------- |
| `apiKey` | <mark style="color:green;">Yes</mark> | string | API key     |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
  "id": "hZCTFn3FzbYwGsXj-KpGv1hnIa6",
  "name": "South American Financial Services",
  ...
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}
