---
title: "List integrations for user"
method: GET
path: "/api/v1/integrations"
tags: ["integrations"]
---

# List integrations for user

`GET /api/v1/integrations`

Get integrations for the authenticated user with optional filters

## Query parameters

- `integration_type` string, nullable — Filter by integration type (e.g., 'claude_desktop', 'custom_gpt_action')
- `space_id` string, nullable — Filter by space ID
- `is_active` boolean, nullable — Filter by active status

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

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