CustomGPT.ai integration (AI, Productivity). Imported from open-connector.
https://app.customgpt.ai/api/v1/projects
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to retrieve. Page numbering starts at 1. |
| duration | integer | optional | The duration filter for agents when supported by CustomGPT. |
| order | string | optional | Sort direction for CustomGPT list results. |
| orderBy | string | optional | CustomGPT field used to sort list results. |
| width | string | optional | Embed-code width to request from CustomGPT. |
| height | string | optional | Embed-code height to request from CustomGPT. |
| name | string | optional | Agent name filter. |
/api/v1/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The unique CustomGPT agent identifier used in project path parameters. |
| width | string | optional | Embed-code width to request from CustomGPT. |
| height | string | optional | Embed-code height to request from CustomGPT. |
/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The unique CustomGPT agent identifier used in project path parameters. |
| page | integer | optional | Page number to retrieve. Page numbering starts at 1. |
| order | string | optional | Sort direction for CustomGPT list results. |
| orderBy | string | optional | CustomGPT field used to sort list results. |
| userFilter | string | optional | Conversation user-type filter. |
| name | string | optional | Conversation name filter. |
| lastUpdatedAfter | string | optional | Return conversations updated after this timestamp. |
/conversations
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The unique CustomGPT agent identifier used in project path parameters. |
| name | string | optional | Optional conversation name. |
/api/v1/projects/{projectId}/conversations/{sessionId}/messages
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The unique CustomGPT agent identifier used in project path parameters. |
| sessionId | string | required | The CustomGPT conversation session ID. |
| page | integer | optional | Page number to retrieve. Page numbering starts at 1. |
| order | string | optional | Sort direction for CustomGPT list results. |
| includeInsights | boolean | optional | Whether CustomGPT should include customer intelligence data. |
/pages
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | integer | required | The unique CustomGPT agent identifier used in project path parameters. |
| page | integer | optional | Page number to retrieve. Page numbering starts at 1. |
| limit | integer | optional | Maximum number of documents to return. |
| order | string | optional | Sort direction for CustomGPT list results. |
| search | string | optional | Case-insensitive search term for document URL or filename. |
| crawlStatus | string | optional | Crawl status filter for documents. |
| indexStatus | string | optional | Index status filter for documents. |