JawblyJawblyDocs
API reference

Assistants

Read and update the AI assistants that run your customer service, including their instructions and knowledge.

Base URLhttps://api.jawbly.com/v1
For agents: llms.txt·OpenAPI
GET/assistants/{assistantId}

Get an assistant

Fetch an assistant’s configuration, persona and attached knowledge.

Requires scope assistants:read

Parameters

assistantIdrequired
string · 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
}