---
title: "Get a specific assistant by slug"
method: GET
path: "/ide/get-assistant/{ownerSlug}/{packageSlug}"
---

# Get a specific assistant by slug

`GET /ide/get-assistant/{ownerSlug}/{packageSlug}`

Returns a single assistant configuration by its owner and package slug.
This endpoint is useful when you need to retrieve or refresh a specific assistant
without fetching the entire list.

## Path parameters

- `ownerSlug` string, required
- `packageSlug` string, required

## Query parameters

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

## Response `200`

Successfully retrieved assistant

- object, nullable
  - `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
- `403` — Forbidden - Assistant not allowed in organization
- `404` — User or assistant not found

## Changes

- **2026-07-17** `ab492abfe81e` — 1 info
  - endpoint added
- **2025-04-18** `c8f4a74185ef` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/continuedev/apis/continue-hub-ide-api/changes/ide/get-assistant/:ownerSlug/:packageSlug/get.md)

---

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