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

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

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

## Path parameters

- `datasourceId` integer, required

## Response `200`

successful operation

- DataSourceGetResponse
  - `columns` FileColumn[], 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-07-13** (2026-09-beta) `64b2ab40c1fc` — 1 info
  - endpoint added
- **2026-04-13** (2026-09-beta) `293ef55d4e2f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hubspot/apis/data-studio-datasource-ingestion/changes/data-studio/data-source/2026-09/:datasourceId/get.md)

---

[API](https://skmtc.dev/hubspot/apis/data-studio-datasource-ingestion.md) · [All operations](https://skmtc.dev/hubspot/apis/data-studio-datasource-ingestion/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/data-studio-datasource-ingestion/revisions/64b2ab40c1fc/schema)
