Skip to main content
GET
/
projects
/
{project_name}
/
tables
/
{table_id}
/
data
GET /projects/{project_name}/tables/{table_id}/data
curl --request GET \
  --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/data \
  --header 'X-API-Key: <api-key>'
[
  {}
]

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

Query Parameters

data_id
string<uuid>

Optional filter for a specific data id

Response

Successfully retrieved data

{key}
object