---
title: "Get the list of objects owned by the user to be returned to the assistants"
method: GET
path: "/v2/assistants/discovery"
tags: ["assistants"]
---

# Get the list of objects owned by the user to be returned to the assistants

`GET /v2/assistants/discovery`

This is a simplified version of the classic GET /objects
The following assumptions are done:
    - all objects owned by the user are returned (type=0)
    - the capabilities field is returned
    - before return, the object ids are checked against legacyObjectMapper: if any match is found, the id will be changed to the mapped one

## Response `200`

OK

- AssistantDiscovery — unresolved $ref

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