cURL
curl --request GET \ --url https://api.example.com/v1/table/{table_uuid}/columns \ --header 'x-apikey: <x-apikey>'
[ { "identifier": "42902e11-fa09-4abd-a627-77c07fc40cde", "internal_name": "de7ed8b2f4f34991b32f597877f7e97f", "name": "Column1", "type_of_value": "text", "data_processor_id": 1 } ]
Get a tables columns by its ID.
API Key for authentication
The UUID of the table to retrieve
Table retrieved successfully