GET
/
v1
/
assistants
/
{assistant_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
string
required

Response

200
application/json
name
string
required
id
string
required
app_id
string
required
slug
string
required
owner_org_id
string
required
owner_org_name
string
required
owned_by_current_org
boolean
required
avatar
string | null
description
string | null
visibility
enum<string>
Available options:
public,
organization,
private
definition_visibility
enum<string>
Available options:
public,
organization,
private
owned_by_current_app
boolean | null
current_app_default
boolean | null
favorite
boolean | null
assistant_config
object | null