v1

latestOpenAPI 3.0.02026-07-178017.5 KB

Get a specific assistant by slug

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.

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

Path parameters

ownerSlugstring required

Slug of the user or organization that owns the assistant

packageSlugstring required

Slug of the assistant package

Query parameters

alwaysUseProxy'true' | 'false'

Whether to always use the Continue-managed proxy for model requests

organizationIdstring

ID of the organization to scope assistants to. If not provided, personal assistants are returned.

Response

Successfully retrieved assistant

ownerSlugstring required

Slug of the user or organization that owns the assistant

packageSlugstring required

Slug of the assistant package

iconUrlstring nullable

Pre-signed URL for the assistant's icon

onPremProxyUrlstring nullable

URL of the on-premises proxy if the organization uses one

useOnPremProxyboolean nullable

Whether the organization uses an on-premises proxy

rawYamlstring

Raw YAML configuration of the assistant