Skip to main content
GET
Get data source by ID

Authorizations

Authorization
string
header
required

Your API key prefixed by 'Token '

Path Parameters

dataSourceId
string
required

Query Parameters

data-view
enum<string>
default:none

Optionally request a view of the data source's row data. If omitted, no rows will be returned in the response.

  • preview - Returns the first few rows of data contained in the data source.
  • none - Returns no rows.
Available options:
none,
preview

Response

Success

dataSource
CSV · object
required