curl --request GET \
--url https://api.squared.ai/api/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>",
"query": "<string>",
"query_type": "<string>",
"configuration": {},
"primary_key": "<string>",
"connector_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}curl --request GET \
--url https://api.squared.ai/api/v1/models \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"name": "<string>",
"description": "<string>",
"query": "<string>",
"query_type": "<string>",
"configuration": {},
"primary_key": "<string>",
"connector_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
],
"links": {
"self": "<string>",
"first": "<string>",
"prev": "<string>",
"next": "<string>",
"last": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
query type
data, ai_ml, raw_sql, dbt soql, table_selector Successful operation
Show child attributes
Show child attributes
Was this page helpful?