---
title: "Show Integration Centric Profile"
method: GET
path: "/integration_centric_profiles/{id}"
tags: ["integration_centric_profiles", "Integration Centric Profiles"]
---

# Show Integration Centric Profile

`GET /integration_centric_profiles/{id}`

Show Integration Centric Profile

## Path parameters

- `id` integer, required

## Response `200`

The IntegrationCentricProfiles object.

- IntegrationCentricProfileEntity — IntegrationCentricProfileEntity model
  - `id` integer — Integration Centric Profile ID
  - `name` string — Profile name
  - `workspace_id` integer — Workspace ID
  - `use_for_all_users` boolean — Whether this profile applies to all users in the Workspace by default
  - `expected_remote_servers` object[] — Remote Server integrations the user is expected to add and connect. Each entry requires `server_type` and may include a display `name`.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

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