Error
A valid request URL is required to generate request examples{
"results": [
{
"description": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "<string>",
"uuid": "<string>",
"userAccess": [
"<string>"
],
"updatedAt": "2023-11-07T05:31:56Z",
"integrations": [
{
"channelId": "<string>"
}
],
"tags": [
"<string>"
],
"instruction": "<string>",
"imageUrl": "<string>",
"groupAccess": [
"<string>"
],
"spaceAccess": [
"<string>"
],
"enableDataAccess": true,
"enableSelfImprovement": true,
"enableContentTools": true,
"version": 123
}
]
}API Reference
List AI agents
Get all AI agents for admin
GET
/
api
/
v1
/
aiAgents
/
admin
/
agents
Error
A valid request URL is required to generate request examples{
"results": [
{
"description": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"organizationUuid": "<string>",
"uuid": "<string>",
"userAccess": [
"<string>"
],
"updatedAt": "2023-11-07T05:31:56Z",
"integrations": [
{
"channelId": "<string>"
}
],
"tags": [
"<string>"
],
"instruction": "<string>",
"imageUrl": "<string>",
"groupAccess": [
"<string>"
],
"spaceAccess": [
"<string>"
],
"enableDataAccess": true,
"enableSelfImprovement": true,
"enableContentTools": true,
"version": 123
}
]
}Was this page helpful?
āI