GET
/
v1
/
transforms
/
{transform_id}
/
autoschema
curl --request GET \
  --url https://api.runtrellis.com/v1/transforms/{transform_id}/autoschema \
  --header 'X-Frontend-Id: <api-key>'
{
  "message": "<string>",
  "metadata": {
    "total_generated": 123
  },
  "data": [
    {
      "id": "<string>",
      "column_name": "<string>",
      "column_type": "<string>",
      "transform_type": "<string>",
      "task_description": "<string>"
    }
  ]
}

Authorizations

X-Frontend-Id
string
header
required

Frontend Key header

Path Parameters

transform_id
string
required

The transform_id to get the autoschema for

Response

200
application/json
Successful Response
message
string
required
metadata
object
required
data
object[]
required