GET
/
datasources
/
{source_id}
/
data
GET /datasources/{source_id}/data
curl --request GET \
  --url https://api.cloudsquid.io/api/datasources/{source_id}/data \
  --header 'X-API-Key: <api-key>'
[
  {}
]

Authorizations

X-API-Key
string
header
required

Path Parameters

source_id
string<uuid>
required

The id of the data source

Query Parameters

data_id
string<uuid>

Optional filter for a specific data id

Response

200
application/json

Successfully retrieved data

The response is of type object[].