1. Tables
  2. Query a Table
GET

/tables/{tableName}

X-API-KEY*
curl --request GET \
     --url https://alpha.mindsdb.com/tables/{tableName} \
     --header 'X-API-KEY: AUTH_VALUE'

The REST API is still under development. Note that the Request Body and Response parameters could be changed.

Parameters

tableNameRequired
string

The name of the table

Response

object