Transforms
Get transform schema
List the columns of a transform. These can be used as the source (left-hand side) of a Reverse ETL mapping.
get/transforms/{id}/schema
Path parameters
idstring required
Example:OoORhGXUVjsqFG
The ID of the transform.
Response
Example response
{
"data": [
{
"name": "email",
"type": "STRING",
"nullable": true
}
]
}