---
title: "Retrieve a source"
method: GET
path: "/cdp/{connection_id}/source/{id}"
tags: ["cdp", "source"]
---

# Retrieve a source

`GET /cdp/{connection_id}/source/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- CdpSource
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `slug` string
  - `type` string
  - `direction` 'SOURCE' | 'DESTINATION' | 'BIDIRECTIONAL'
  - `is_enabled` boolean
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
