---
title: "GET /data-studio/2026-03/data-source/{datasourceId}"
method: GET
path: "/data-studio/2026-03/data-source/{datasourceId}"
tags: ["Basic"]
---

# GET /data-studio/2026-03/data-source/{datasourceId}

`GET /data-studio/2026-03/data-source/{datasourceId}`

## Path parameters

- `datasourceId` integer, required

## Response `200`

successful operation

- DataStudioDatasourceDataSourceGetResponse
  - `columns` DataStudioDatasourceFileColumn[], required — An array of FileColumn objects representing the columns in the data source.
    - `name` string, required — The name of the column, represented as a string.
    - `type` string, required — The data type of the column, represented as a string.
  - `createdAt` string, required — The creation date and time of the data source, represented as a string.
  - `datasourceId` integer, required — The unique identifier for the data source, represented as a 64-bit integer.
  - `datasourceName` string, required — The name of the data source, represented as a string.
  - `datasourceType` 'FILE', required — The type of the data source, which is a string with a valid value of 'FILE'.
  - `lastIngestionStatus` 'FAILED' | 'IN_PROGRESS' | 'SUCCESSFUL', required — The status of the last data ingestion process, represented as a string. Valid values include 'SUCCESSFUL', 'IN_PROGRESS', and 'FAILED'.

## Other responses

- `default` — An error occurred.

## Changes

- **2026-03-25** `37a93e10d5c4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/data-studio/2026-03/data-source/:datasourceId/get.md)

---

[API](https://skmtc.dev/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.dev/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/62586336cea2/schema)
