---
title: "List active connected toolkits for a consumer user"
method: GET
path: "/api/v3.1/org/consumer/connected_toolkits"
tags: ["Organization Management", "Connected Accounts", "x-internal"]
---

# List active connected toolkits for a consumer user

`GET /api/v3.1/org/consumer/connected_toolkits`

Resolves the organization's single CONSUMER project and returns the distinct toolkit slugs for which the specified consumer user has an ACTIVE connection.

## Query parameters

- `user_id` string, required — Consumer user ID to inspect within the consumer project.

## Headers

- `x-user-api-key` string, required — User API key used to authenticate the request.
- `x-org-id` string, required — Organization nano ID that owns the consumer project.

## Response `200`

Active consumer connected toolkits retrieved successfully.

- object
  - `toolkits` string[], required — Distinct active toolkit slugs.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `404` — User not found in organization.
- `500` — Internal server error.

---

[API](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1.md) · [All operations](https://skmtc.net/composiohq/apis/composio-platform-api-v3-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/composiohq/composio-platform-api-v3-1/versions/4239836857f8/schema)
