---
title: "Get Integration"
method: GET
path: "/v1/external-support/{projectId}"
tags: ["External Support Panel"]
---

# Get Integration

`GET /v1/external-support/{projectId}`

Query the current configuration of an external support panel integration associated with a specific project.

## Path parameters

- `projectId` string, required

## Response `200`

Integration retrieved successfully

- ExternalSupportGetResponse
  - `id` string
  - `brainId` string
  - `webhookUrl` string
  - `authType` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized - Invalid authentication credentials
- `404` — Not found - Resource not found

---

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