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>", "fields": {}, "id": "<string>", "description": "<string>", "order": [ "<string>" ] } }
Retrieve the data schema for a table.
Documentation IndexFetch the complete documentation index at: https://docs.cloudsquid.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloudsquid.io/llms.txt
Use this file to discover all available pages before exploring further.
The name of the project
The id of the table
Successfully got field
schema of the data
Show child attributes
Was this page helpful?