Skip to main content
GET
/
orgs
/
{org_id}
/
assistants
/
{assistant_id}
/
integrations
[
  {
    "id": "<string>",
    "enabled": true,
    "integration_id": "internal",
    "assistant_id": "<string>",
    "connection_id": "<string>",
    "config": {},
    "error": "<string>",
    "created_at": "2023-12-25",
    "updated_at": "2023-12-25"
  }
]

Path Parameters

org_id
string
required

The ID of the org

assistant_id
string
required

The ID of the assistant

Query Parameters

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json

An array of assistant integrations.

id
string
required
enabled
boolean
required
integration_id
enum<string>
required

ID of the connection integration

Available options:
internal,
custom,
google_calendar,
slack_bot,
whatsapp_bot,
instagram_dm,
telegram_bot
assistant_id
string
required
connection_id
string | null
required
config
object
required

Configuration object for the assistant integration

error
string | null
required
created_at
string<date> | null
required
updated_at
string<date> | null
required