---
title: "List Integrations"
method: GET
path: "/environments/{envId}/integrations"
tags: ["Integrations"]
---

# List Integrations

`GET /environments/{envId}/integrations`

List Integrations

Get the list of Integration for a specific environment.<br> The results are paginated.

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

Page of integrations

- object
  - `data` Integration[] — List of Integrations.
    - `id` string — Id of the integration
    - `name` string — Name of the integration
    - `description` string — Description of the integration
    - `provider` string — Provider of this integration
    - `primaryOwner` PrimaryOwner
      - `id` string — Owner's uuid.
      - `email` string — Owner's email. Can be null if owner is a group.
      - `displayName` string — Owner's name.
      - `type` 'USER' | 'GROUP' — The type of membership
    - `groups` string[] — A list of group ids
    - `agentStatus` 'CONNECTED' | 'DISCONNECTED' — Agent connection status (not for A2A)
    - `pendingJob` IngestionJob
      - `id` string — Id of the ingestion job
      - `startedAt` string, date-time — The last datetime when the job was started.
      - `status` 'SUCCESS' | 'PENDING' | 'ERROR' | 'TIMEOUT' — Status of the job.
    - `wellKnownUrls` IntegrationWellKnownUrl[] — A2A well-known URLs (only for A2A provider)
      - `url` string — URL for well-known endpoint
  - `pagination` Pagination — Generic object to handle pagination data.
    - `page` integer — The current page.
    - `perPage` integer — The number of items requested per page.
    - `pageCount` integer — The total number of pages.
    - `pageItemsCount` integer — The number of items for the current page.
    - `totalCount` integer — The total number of items, or `-1` if the count could not be computed within the configured timeout.
  - `links` Links — List of links for pagination
    - `self` string — Link to current resource
    - `first` string — In a paginated response, link to the first page
    - `last` string — In a paginated response, link to the last page
    - `previous` string — In a paginated response, link to the previous page. Maybe null if current is the first page
    - `next` string — In a paginated response, link to the next page. Maybe null if current is the last page

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-apis.md) · [All operations](https://skmtc.net/gravitee-io/apis/gravitee-io-apim-management-api-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gravitee-io/gravitee-io-apim-management-api-apis/versions/aef12fc964d5/schema)
