---
title: "fetch workspace preferences"
method: GET
path: "/workspaces/integrations"
tags: ["workspace"]
---

# fetch workspace preferences

`GET /workspaces/integrations`

## Response `200`

OK

- ServerListIntegrationResponse
  - `integrations` MalakWorkspaceIntegration[], required
    - `created_at` string
    - `id` string
    - `integration` MalakIntegration
      - `created_at` string
      - `description` string
      - `id` string
      - `integration_name` string
      - `integration_type` 'oauth2' | 'api_key'
      - `is_enabled` boolean
      - `logo_url` string
      - `metadata` MalakIntegrationMetadata
        - `endpoint` string
      - `reference` string
      - `updated_at` string
    - `integration_id` string
    - `is_enabled` boolean
    - `reference` string
    - `updated_at` string
    - `workspace_id` string
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-01-31** `03e6aeeaf5d9` — 1 info
  - added the optional property `integrations/items/integration/metadata/endpoint` to the response with the `200` status
- **2025-01-30** `09924309c5c9` — 1 info
  - endpoint added
- **2024-11-14** `9eeda9b06388` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/changes/workspaces/integrations/get.md)

---

[API](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.dev/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/revisions/03e6aeeaf5d9/schema)
