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

# GET /api/integration/aggregate

`GET /api/integration/aggregate`

Aggregate Integrations

## Response `200`

Successful operation

- object
  - `data` AggregateIntegration, required
    - `_count` IntegrationCountAggregateOutputType
      - `id` integer, required
      - `type` integer, required
      - `name` integer, required
      - `config` integer, required
      - `createdAt` integer, required
      - `updatedAt` integer, required
      - `organizationId` integer, required
      - `_all` integer, required
    - `_min` IntegrationMinAggregateOutputType
      - `id` string, nullable
      - `type` 'jira' | 'linear' | 'slack' | 'discord' | 'github'
      - `name` string, nullable
      - `createdAt` string, date-time, nullable
      - `updatedAt` string, date-time, nullable
      - `organizationId` string, nullable
    - `_max` IntegrationMaxAggregateOutputType
      - `id` string, nullable
      - `type` 'jira' | 'linear' | 'slack' | 'discord' | 'github'
      - `name` string, nullable
      - `createdAt` string, date-time, nullable
      - `updatedAt` string, date-time, nullable
      - `organizationId` string, 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)
