---
title: "Get a data source"
method: GET
path: "/data_sources/{id}"
tags: ["data_sources"]
---

# Get a data source

`GET /data_sources/{id}`

Retrieves a data source by its composite primary key or by UUID within the current tenant.

The user must have permission to view the linked goal or initiative.

## Path parameters

- `id` string, required

## Response `200`

Data source found

## Other responses

- `400` — Bad Request - Invalid parameters or malformed request
- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - User lacks permission to access this resource
- `404` — Not Found - Resource does not exist
- `422` — Unprocessable Entity - Invalid request parameters or validation errors

---

[API](https://skmtc.net/rhythms/apis/rhythms-params-in-body.md) · [All operations](https://skmtc.net/rhythms/apis/rhythms-params-in-body/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rhythms/rhythms-params-in-body/revisions/a67e54becfe9/schema)
