简体中文
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>", "codingModel": "<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.
The response is of type object[].
object[]