latestOpenAPI 3.0.02026-08-137192110.1 KB

75294f591cc2

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
    }
  ]
}