---
title: "List all sources"
method: GET
path: "/v1/projects/{projectID}/sources"
tags: ["Sources"]
---

# List all sources

`GET /v1/projects/{projectID}/sources`

This endpoint fetches multiple sources

## Path parameters

- `projectID` string, required

## Query parameters

- `next_page_cursor` string
- `perPage` integer
- `prev_page_cursor` string
- `provider` string
- `sort` string
- `type` string

## Changes

- **2024-01-03** (v3) `bbe11224b60e` — 2 info
  - added `#/components/schemas/handlers.pagedResponse` to the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
  - removed `#/components/schemas/public.pagedResponse` from the `allOf[subschema #2]/data` response property `allOf` list for the response status `200`
- **2023-11-23** (v3) `ba305b69ed16` — 1 info
  - added the new optional `query` request parameter `sort`
- **2023-11-17** (v3) `41d4fca4cab8` — 1 warning, 1 info
  - added the new `kafka` enum value to the `allOf[subschema #2]/data/allOf[subschema #2]/content/items/pub_sub/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/pub_sub/kafka` to the response with the `200` status
- **2023-07-28** (v3) `2fc887538896` — 1 warning
  - removed the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/idempotency_ttl` from the response with the `200` status
- **2023-06-22** (v3) `5c862889f0b4` — 2 info
  - added the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/idempotency_keys` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/allOf[subschema #2]/content/items/idempotency_ttl` to the response with the `200` status

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/sources/get.md)

---

[API](https://skmtc.dev/getconvoy/apis/convoy-api-reference.md) · [All operations](https://skmtc.dev/getconvoy/apis/convoy-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getconvoy/convoy-api-reference/revisions/bbe11224b60e/schema)
