Retrieve data source
Retrieve detailed information about a specific data source in HubSpot Data Studio. This endpoint provides details such as the data source’s name, type, creation date, and the status of the last data ingestion. It is useful for developers who need to access and manage data sources programmatically.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The ID of the datasource.
Response
successful operation
An array of FileColumn objects representing the columns in the data source.
The creation date and time of the data source, represented as a string.
The unique identifier for the data source, represented as a 64-bit integer.
The name of the data source, represented as a string.
The type of the data source, which is a string with a valid value of 'FILE'.
FILE, JSON The status of the last data ingestion process, represented as a string. Valid values include 'SUCCESSFUL', 'IN_PROGRESS', and 'FAILED'.
FAILED, IN_PROGRESS, SUCCESSFUL