简体中文
Get integration list by query
cURL
curl --request GET \ --url https://app.teable.cn/api/space/%7BspaceId%7D/integration \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "id": "<string>", "spaceId": "<string>", "type": "AI", "enable": true, "config": { "llmProviders": [], "embeddingModel": "<string>", "translationModel": "<string>", "chatModel": { "lg": "<string>", "md": "<string>", "sm": "<string>", "ability": { "image": true, "pdf": true, "webSearch": true } }, "capabilities": { "disableActions": [ "<string>" ] } }, "createdTime": "<string>", "lastModifiedTime": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns the list of integration.
AI
Show child attributes