Skip to main content
GET
/
projects
/
{project_name}
/
tables
/
{table_id}
/
schema
GET /projects/{project_name}/tables/{table_id}/schema
curl --request GET \
  --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/schema \
  --header 'X-API-Key: <api-key>'
{
  "schema": {
    "name": "<string>",
    "description": "<string>",
    "fields": {},
    "id": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

The name of the project

table_id
string<uuid>
required

The id of the table

Response

Successfully got field

schema of the data

schema
object
required