For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Request body

The request body must be empty.

Response body

Returns a JSON representation of a transform resource.

Examples

Was this helpful?