v4

OpenAPI 3.1.02026-07-3156189324.6 KB
Integrations V2

List Integrations

get/integrations/v2/integrations

Query parameters

provider'microsoft' | 'google' | 'athena' | 'ecw' | 'slack' | 'okta'

Supported integration providers.

status'active' | 'inactive'

Represents whether the integration is active or inactive.

access'personal' | 'team' | 'system'

Indicates who can access this integration.

sizeinteger

Number of items per page

Number of items per page

pageinteger

Page number

Page number

searchstring nullable

Search keywords

Search keywords

startstring date-time nullable

Filter by start time (ISO 8601 format)

Filter by start time (ISO 8601 format)

endstring date-time nullable

Filter by end time (ISO 8601 format)

Filter by end time (ISO 8601 format)

Response

Successful Response

totalinteger nullable

Total number of integrations available without pagination.

Example response

{
  "integrations": [
    {
      "teamId": "5eb7cf5a86d9755df3a6c593",
      "createdBy": "5eb7cf5a86d9755df3a6c593",
      "updatedBy": "5eb7cf5a86d9755df3a6c593",
      "_id": "5eb7cf5a86d9755df3a6c593"
    }
  ]
}