---
title: "GET /api/test/aggregate"
method: GET
path: "/api/test/aggregate"
tags: ["test"]
---

# GET /api/test/aggregate

`GET /api/test/aggregate`

Aggregate Tests

## Response `200`

Successful operation

- object
  - `data` AggregateTest, required
    - `_count` TestCountAggregateOutputType
      - `id` integer, required
      - `name` integer, required
      - `description` integer, required
      - `url` integer, required
      - `naturalLanguageInput` integer, required
      - `status` integer, required
      - `isActive` integer, required
      - `projectId` integer, required
      - `createdById` integer, required
      - `createdAt` integer, required
      - `updatedAt` integer, required
      - `_all` integer, required
    - `_min` TestMinAggregateOutputType
      - `id` string, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `url` string, nullable
      - `naturalLanguageInput` string, nullable
      - `status` string, nullable
      - `isActive` boolean, nullable
      - `projectId` string, nullable
      - `createdById` string, nullable
      - `createdAt` string, date-time, nullable
      - `updatedAt` string, date-time, nullable
    - `_max` TestMaxAggregateOutputType
      - `id` string, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `url` string, nullable
      - `naturalLanguageInput` string, nullable
      - `status` string, nullable
      - `isActive` boolean, nullable
      - `projectId` string, nullable
      - `createdById` string, nullable
      - `createdAt` string, date-time, nullable
      - `updatedAt` string, date-time, nullable
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Other responses

- `400` — Invalid request
- `403` — Request is forbidden
- `422` — Request is unprocessable due to validation errors

---

[API](https://skmtc.dev/iris-networks/apis/my-awesome-api.md) · [All operations](https://skmtc.dev/iris-networks/apis/my-awesome-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iris-networks/my-awesome-api/revisions/4cea49731f1e/schema)
