---
title: "List assistants for IDE"
method: GET
path: "/ide/list-assistants"
---

# List assistants for IDE

`GET /ide/list-assistants`

Returns a complete list of assistants available to the user, with their full configurations,
icons, and other metadata needed by the IDE to display and use them.

This endpoint performs a full refresh of the list of assistants, including unrolling
configurations and resolving secrets.

## Query parameters

- `alwaysUseProxy` 'true' | 'false'
- `organizationId` string

## Response `200`

Successfully retrieved assistants

- object[]
  - `configResult` object, required
    - `config` object, nullable, required — The unrolled assistant configuration
    - `configLoadInterrupted` boolean, required — Whether the configuration loading was interrupted
    - `errors` string[], nullable — Any errors that occurred during configuration loading
  - `ownerSlug` string, required — Slug of the user or organization that owns the assistant
  - `packageSlug` string, required — Slug of the assistant package
  - `iconUrl` string, nullable — Pre-signed URL for the assistant's icon
  - `onPremProxyUrl` string, nullable — URL of the on-premises proxy if the organization uses one
  - `useOnPremProxy` boolean, nullable — Whether the organization uses an on-premises proxy
  - `rawYaml` string — Raw YAML configuration of the assistant

## Other responses

- `401` — Unauthorized - Authentication failed
- `404` — User not found

---

[API](https://skmtc.dev/continuedev/apis/continue-hub-ide-api.md) · [All operations](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/continuedev/continue-hub-ide-api/revisions/ab492abfe81e/schema)
