get

Retrieve detailed information about a table and its export restrictions

HTTP Request

GET /transforms/:transformReference

Path parameters

Parameter

transformReference

A qualified reference to the transform. See referencing resources for more information.

This endpoint extends the general API structure.

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 transform resource.

Examples

# Get the transform at https://redivis.com/workflows/x7kh-5pvd4mbf1/transforms/r74d-byr3bf3h3
curl -H "Authorization: Bearer $REDIVIS_ACCESS_TOKEN" \
"https://redivis.com/api/v1/transforms/imathews.example_worfklow_climate_analysis:x7kh.calculate_annual_precipitation:r74d"

Last updated

Was this helpful?