ChatBotKit integration (AI, Developer Tools). Imported from open-connector.
https://api.chatbotkit.com/api/v1/usage/fetch
/bot/list
| Param | Type | Required | Description |
|---|---|---|---|
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/bot/{botId}/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The unique identifier of the resource. |
/bot/create
/bot/{botId}/update
| Param | Type | Required | Description |
|---|---|---|---|
| botId | string | required | The unique identifier of the resource. |
/conversation/list
| Param | Type | Required | Description |
|---|---|---|---|
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/conversation/{conversationId}/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The unique identifier of the resource. |
/conversation/create
/conversation/{conversationId}/message/list
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The unique identifier of the resource. |
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/conversation/{conversationId}/message/create
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The unique identifier of the resource. |
/conversation/{conversationId}/complete
| Param | Type | Required | Description |
|---|---|---|---|
| conversationId | string | required | The unique identifier of the resource. |
/dataset/list
| Param | Type | Required | Description |
|---|---|---|---|
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/dataset/{datasetId}/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
/dataset/create
/dataset/{datasetId}/update
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
/dataset/{datasetId}/record/list
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/dataset/{datasetId}/record/create
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
/dataset/{datasetId}/search
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
/file/list
| Param | Type | Required | Description |
|---|---|---|---|
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/file/{fileId}/fetch
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique identifier of the resource. |
/file/create
/file/{fileId}/upload
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique identifier of the resource. |
/file/{fileId}/download
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique identifier of the resource. |
/file/{fileId}/sync
| Param | Type | Required | Description |
|---|---|---|---|
| fileId | string | required | The unique identifier of the resource. |
/dataset/{datasetId}/file/list
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
| take | integer | optional | The maximum number of items to retrieve. |
| cursor | string | optional | The cursor for fetching the next page of results. |
| order | string | optional | The sort order to use when paginating results. |
| meta | object | optional | String metadata filters encoded into the query string. |
/dataset/{datasetId}/file/{fileId}/attach
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
| fileId | string | required | The unique identifier of the resource. |
| type | string | required | The attachment type. |
/dataset/{datasetId}/file/{fileId}/detach
| Param | Type | Required | Description |
|---|---|---|---|
| datasetId | string | required | The unique identifier of the resource. |
| fileId | string | required | The unique identifier of the resource. |
| deleteRecords | boolean | optional | Whether associated records should also be deleted. |