# Get project data source `GET` `/api/v1/carve/projects/{project_id}/data-sources/{data_source_id}` Return a single data source attached to the given project. ## Path parameters | Name | Type | Required | Description | |------|------|----------|-------------| | project_id | string | yes | — | | data_source_id | string | yes | — | ## Response `200 OK` — `application/json` | Field | Type | Description | |-------|------|-------------| | id | string | — | | name | string | — | | type | string | — | | is_primary | boolean | — | | created_at | string | — | | updated_at | string | — | ## Errors | Status | Description | |--------|-------------| | 403 | Forbidden | | 404 | Not Found |