Assistants

Get Assistant Group

Get full details of an assistant group.

GET
/assistants/groups/{group_id}
AuthorizationBearer <token>

API key authentication. Use format: Bearer kejue_...

In: header

Path Parameters

group_idstring

Response Body

application/json

curl -X GET "https://api.kejue.co/api/v1/assistants/groups/string"
{
  "group": {
    "id": "string",
    "name": "string",
    "is_active": true,
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z",
    "cost_per_minute": 0,
    "whatsapp_number_id": "string",
    "whatsapp_active": true
  },
  "assistants": [
    {
      "id": 0,
      "name": "string",
      "description": "string",
      "language": "string",
      "language_locale": "string",
      "direction": "string",
      "group_id": "string",
      "is_active": true,
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "templates": [
    {}
  ],
  "whatsapp_number": "string",
  "total_assistants": 0,
  "active_assistants": 0,
  "inactive_assistants": 0,
  "total_templates": 0,
  "callback_appointment_analysis_prompt": "string",
  "call_success_definitions": {},
  "structured_data_prompt": "string",
  "structured_metadata_schema": [
    {}
  ],
  "whatsapp_template_analysis_prompt": "string"
}

Last updated on