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

# GET /workspaces/integrations

`GET /workspaces/integrations`

fetch workspace preferences

## 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' | 'system'
      - `is_enabled` boolean
      - `logo_url` string
      - `metadata` MalakIntegrationMetadata
        - `endpoint` string
      - `reference` string
      - `updated_at` string
    - `integration_id` string
    - `is_active` boolean — IsActive determines if the connection to the integration has been tested and works
    - `is_enabled` boolean — IsEnabled - this integration is enabled and data can be fetched
    - `metadata` MalakWorkspaceIntegrationMetadata
      - `access_token` string
      - `last_fetched_at` string
    - `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

---

[API](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation.md) · [All operations](https://skmtc.net/ayinke-llc/apis/malak-s-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ayinke-llc/malak-s-api-documentation/versions/3dff99ea5963/schema)
