Skip to main content
GET
/
api
/
v1
/
aiAgents
/
admin
/
agents
{
  "results": [
    {
      "name": "<string>",
      "projectUuid": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "organizationUuid": "<string>",
      "uuid": "<string>",
      "integrations": [
        {
          "channelId": "<string>",
          "type": "slack"
        }
      ],
      "tags": [
        "<string>"
      ],
      "updatedAt": "2023-11-07T05:31:56Z",
      "instruction": "<string>",
      "imageUrl": "<string>",
      "groupAccess": [
        "<string>"
      ],
      "userAccess": [
        "<string>"
      ],
      "enableDataAccess": true,
      "enableSelfImprovement": true,
      "version": 123
    }
  ],
  "status": "ok"
}

Response

Success

results
object[]
required
status
enum<string>
required
Available options:
ok