get
Retrieve detailed information about a table and its export restrictions
HTTP Request
GET /workflows/:workflowReference/dataSources/:dataSourceReference
Path parameters
Parameter
workflowReference
A qualified reference to the workflow. See referencing resources for more information.
dataSourceReference
A qualified reference to the dataSource's current source dataset or workflow.
Alternatively, can provide the id
of the dataSource.
Authorization
Overview access to the transform is required. If the transform is not public, your access token must have one of the following scopes:
workflow.read
Learn more about authorization.
Request body
The request body must be empty.
Response body
Returns a JSON representation of a dataSource resource.
Examples
# Get the dataSource at https://redivis.com/workflows/x7kh-5pvd4mbf1/dataSources/f3st-1yxmt4nsf
curl -H "Authorization: Bearer $REDIVIS_ACCESS_TOKEN" \
"https://redivis.com/api/v1/workflows/imathews.example_worfklow_climate_analysis:x7kh/dataSources/f3st-1yxmt4nsf"
Last updated
Was this helpful?