v2

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-07-21130282381.6 KB
Integrations

List Integrations

List Integrations

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

get/environments/{envId}/integrations

Query parameters

pageinteger

The page number for pagination.

perPageinteger

The number of items per page for pagination.

Response

Page of integrations

Example response

{
  "data": [
    {
      "primaryOwner": {
        "id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
        "displayName": "John Doe"
      },
      "groups": [
        "3dc1bc32-1411-4262-b3a2-058222569670",
        "63cd7036-694f-4c40-833f-84c4a5d39544"
      ],
      "agentStatus": "DISCONNECTED",
      "pendingJob": {
        "startedAt": "2023-05-25 12:40:46.184000+00:00",
        "status": "SUCCESS"
      }
    }
  ]
}