---
title: "Retrieve the assistants associated with a user ID"
method: GET
path: "/private/assistants/{user_id}"
tags: ["assistantsPrivate"]
---

# Retrieve the assistants associated with a user ID

`GET /private/assistants/{user_id}`

This endpoint can be called only from system services

## Response `200`

OK

- AssistantResponse
  - `assistantType` 'alexa' | 'google' | 'homey'
  - `accessToken` string
  - `refreshToken` string
  - `region` string, nullable
  - `objectIds` string, nullable
  - `homeyDeviceIds` string, nullable

## Other responses

- `default` — Default error response

---

[API](https://skmtc.dev/twinkly/apis/core-api.md) · [All operations](https://skmtc.dev/twinkly/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twinkly/core-api/revisions/32270c1fd3be/schema)
