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>" } ] }
Frontend Key header
The transform_id to get the autoschema for
Show child attributes