GET
/
space
/
{spaceId}
/
integration
shell
curl --request GET \
  --url https://app.teable.ai/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>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

Response

200 - application/json

Returns the list of integration.

id
string
required
spaceId
string
required
type
enum<string>
required
Available options:
AI
config
object
required
createdTime
string
required
enable
boolean
lastModifiedTime
string