---
title: "GET /api/openapi/integrations/{slug}"
method: GET
path: "/api/openapi/integrations/{slug}"
tags: ["openapi"]
---

# GET /api/openapi/integrations/{slug}

`GET /api/openapi/integrations/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

Success

- object, nullable
  - `slug` string, required
  - `description` string, required
  - `kind` string, required
  - `canRemove` boolean, required
  - `canRefresh` boolean, required

## Other responses

- `400` — OpenApiParseError | OpenApiExtractionError | OpenApiOAuthError | OpenApiSpecOverrideError
- `409` — IntegrationAlreadyExistsError
- `500` — InternalError

---

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