get
Retrieve detailed information about a table and its export restrictions
HTTP Request
GET /notebooks/:notebookReference
Path parameters
Parameter
notebookReference
A qualified reference to the notebook. See referencing resources for more information.
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 notebook resource.
Examples
# Get the notebook at https://redivis.com/workflows/x7kh-5pvd4mbf1/notebooks/2f2v-85czf33ag
curl -H "Authorization: Bearer $REDIVIS_ACCESS_TOKEN" \
"https://redivis.com/api/v1/notebooks/imathews.example_worfklow_climate_analysis:x7kh.Visualize_precipitation_trends:2f2v"
Last updated
Was this helpful?