Skip to main content
GET
/
v1
/
table
/
{table_uuid}
/
columns
Get table columns
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
  }
]

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string
required

The UUID of the table to retrieve

Response

Table retrieved successfully

identifier
string
internal_name
string
name
string
type_of_value
string
data_processor_id
integer | null