---
title: "List App Instance Integrations"
method: GET
path: "/v2/app-instances/{app_instance_id}/integrations"
tags: ["App Instance API"]
---

# List App Instance Integrations

`GET /v2/app-instances/{app_instance_id}/integrations`

List integrations for an app instance. Returns integration IDs and metadata (no credentials). Use the integration ID with endpoints like Sync Ticket to Channel.

## Path parameters

- `app_instance_id` string, required — The ID of the app instance to list integrations for.

## Response `200`

Success

- SvflowPublicapiListAppInstanceIntegrationsResponse
  - `data` SvflowPubapimodelsIntegration[] — The integrations for the app instance.
    - `id` string — The ID of the integration.
    - `appInstanceId` string — The ID of the app instance this integration belongs to.
    - `apiDomain` string — The API domain for the integration (e.g., "acme.freshservice.com").
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
