---
title: "Retrieve the assistants associated with caller"
method: GET
path: "/v2/assistants"
tags: ["assistants"]
---

# Retrieve the assistants associated with caller

`GET /v2/assistants`

## 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)
