---
title: "Retrieve a source"
method: GET
path: "/v1/projects/{projectID}/sources/{sourceID}"
tags: ["Sources"]
---

# Retrieve a source

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

This endpoint retrieves a source by its id

## Path parameters

- `projectID` string, required
- `sourceID` string, required

## Changes

- **2024-02-08** (v3) `8aa5161aec4c` — 1 warning, 1 info
  - added the new `amqp` enum value to the `allOf[subschema #2]/data/pub_sub/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/pub_sub/amqp` to the response with the `200` status
- **2023-11-17** (v3) `41d4fca4cab8` — 1 warning, 1 info
  - added the new `kafka` enum value to the `allOf[subschema #2]/data/pub_sub/type` response property for the response status `200`
  - added the optional property `allOf[subschema #2]/data/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/idempotency_ttl` from the response with the `200` status
- **2023-06-22** (v3) `5c862889f0b4` — 2 info
  - added the optional property `allOf[subschema #2]/data/idempotency_keys` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/idempotency_ttl` to the response with the `200` status

[Change history](https://skmtc.dev/getconvoy/apis/convoy-api-reference/changes/v1/projects/:projectID/sources/:sourceID/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/182c7b00a49a/schema)
