# Return last activity details of a load balancer Returns the last activity details for the given load balancer identifier. Endpoint: GET /gateway/lw/api/accounts/{account_id}/autostopping/loadbalancers/{lb_id}/last_active_at Version: 1.0 Security: x-api-key ## Path parameters: - `account_id` (string, required) Account Identifier for the Entity - `lb_id` (string, required) ID of the load balancer for which you want to fetch the most recent activity details ## Query parameters: - `accountIdentifier` (string, required) Account Identifier for the Entity ## Response 200 fields (application/json): - `response` (object) - `response.service_id` (number) - `response.path` (string) - `response.session_id` (string) - `response.idle_time_mins` (number) - `response.created_at` (string)