Assistants
Read and update the AI assistants that run your customer service, including their instructions and knowledge.
Base URL
https://api.jawbly.com/v1GET
/assistants/{assistantId}Get an assistant
Fetch an assistant’s configuration, persona and attached knowledge.
Requires scope assistants:read
Parameters
assistantIdrequiredstring · path
The assistant to fetch.
curl -X GET "https://api.jawbly.com/v1/assistants/{assistantId}" \
-H "Authorization: Bearer jwb_live_xxxxxxxxxxxxxxxxxxxxxxxx"200 response
{
"id": "as_1k…",
"name": "Front desk",
"language": "auto",
"instructions": "You are the front desk for…",
"knowledgeItems": 12
}