EddytorDocs & API
Tables

Get table metadata

Returns the full metadata for a Delta Lake table identified by its three-part name (`catalog.schema.table`). Includes the Arrow schema, partition columns, table properties, constraints, and current version number. **Required scope:** `tables:read`

GET
/v1/tables/{catalog}/{schema}/{table_name}

Authorization

BearerAuth
AuthorizationBearer <token>

Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/tables/{catalog}/{schema}/{table_name}"
{  "id": "string",  "description": "string",  "version": 0,  "tableName": "string",  "tableType": "DELTA",  "fileName": "string",  "filePath": "string",  "fileSize": 0,  "mode": "string",  "numRows": 0,  "schema": {    "fields": [      {        "name": "id",        "data_type": "Int64",        "nullable": false,        "dict_id": 0,        "dict_is_ordered": false,        "metadata": {}      },      {        "name": "name",        "data_type": "Utf8",        "nullable": true,        "dict_id": 0,        "dict_is_ordered": false,        "metadata": {}      }    ],    "metadata": {}  },  "constraints": [    {      "name": "string",      "expr": "string"    }  ],  "columnStatistics": [    {      "nullCount": 0,      "distinctCount": 0    }  ],  "createdAt": 0}
Empty
Empty
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}
{  "code": "string",  "message": "string",  "request_id": "string",  "details": [    {      "field": "string",      "message": "string"    }  ]}