---
title: "Get source details"
method: GET
path: "/api/v1/project/{projectid}/sources/{id}"
tags: ["Sources"]
---

# Get source details

`GET /api/v1/project/{projectid}/sources/{id}`

Retrieve details of a specific source identified by its unique ID.

## Path parameters

- `projectid` string, required
- `id` integer, required

## Response `200`

OK

## Other responses

- `400` — failed to validate request
- `401` — unauthorized
- `404` — source not found
- `500` — failed to get source

---

[API](https://skmtc.net/datazip-inc/apis/olake-ui-api.md) · [All operations](https://skmtc.net/datazip-inc/apis/olake-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datazip-inc/olake-ui-api/versions/f1bcf21b1556/schema)
