GET
/
v1
/
apps
/
{app_id}
/
assistants
/
{assistant_id}
curl --request GET \
  --url https://api.pulze.ai/v1/apps/{app_id}/assistants/{assistant_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "avatar": "<string>",
  "description": "<string>",
  "visibility": "private",
  "definition_visibility": "private",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "slug": "<string>",
  "owner_org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "owner_org_name": "<string>",
  "owned_by_current_org": true,
  "owned_by_current_app": true,
  "current_app_default": true,
  "favorite": true,
  "assistant_config": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
assistant_id
string
required

Response

200
application/json

Successful Response

The response is of type object.

GET
/
v1
/
apps
/
{app_id}
/
assistants
/
{assistant_id}
curl --request GET \
  --url https://api.pulze.ai/v1/apps/{app_id}/assistants/{assistant_id} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "avatar": "<string>",
  "description": "<string>",
  "visibility": "private",
  "definition_visibility": "private",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "slug": "<string>",
  "owner_org_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "owner_org_name": "<string>",
  "owned_by_current_org": true,
  "owned_by_current_app": true,
  "current_app_default": true,
  "favorite": true,
  "assistant_config": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
assistant_id
string
required

Response

200
application/json

Successful Response

The response is of type object.