cURL
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>" } }
Retrieve the data schema for a table.
The name of the project
The id of the table
Successfully got field
schema of the data
Show child attributes
Was this page helpful?