List Live Table fields.
Fetch fields for a dataset (field names normalized to camelCase).
GET
/api/datasets/{id}/fieldsPath parameters
idstringrequiredRequest
curl
curl -X GET https://trickest.io/api/datasets/{id}/fields \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Dataset fields
400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring