---
title: "GET /pipelines"
method: GET
path: "/pipelines"
tags: ["fundraising"]
---

# GET /pipelines

`GET /pipelines`

list all fundraising pipelines with pagination and filtering

## Query parameters

- `page` integer
- `per_page` integer
- `active_only` boolean

## Response `200`

OK

- ServerFetchPipelinesResponse
  - `message` string, required
  - `meta` ServerMeta, required
    - `paging` ServerPagingInfo, required
      - `page` integer, required
      - `per_page` integer, required
      - `total` integer, required
  - `pipelines` MalakFundraisingPipeline[], required
    - `closed_amount` integer — this is being updated dynamically by postgres triggers We also use to calculate progress
    - `created_at` string
    - `description` string
    - `expected_close_date` string
    - `id` string
    - `is_closed` boolean
    - `reference` string
    - `stage` 'family_and_friend' | 'pre_seed' | 'bridge_round' | 'seed' | 'series_a' | 'series_b' | 'series_c'
    - `start_date` string — Can be in the future
    - `target_amount` integer
    - `title` string
    - `updated_at` string
    - `workspace_id` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
