# Retrieve a site assistant by ID Endpoint: GET /site/{siteId}/assistant/{siteAssistantId} Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) - `siteAssistantId` (number, required) ## Response 200 fields (application/json): - `assistantName` (string) The name of the assistant for the site Example: "HeyDonto AI" - `assistantInstructions` (string) Instructions for the assistant Example: "Ensure all appointments are updated daily." - `siteId` (number, required) The ID of the site the assistant is associated with Example: 123 - `id` (number, required) The ID of the assistant Example: 456 ## Response 401 fields (application/json): - `message` (string, required) Error message indicating unauthorized access. Example: "Unauthorized" - `statusCode` (number, required) HTTP status code for unauthorized access. Example: 401 ## Response 400 fields