id ?? null; if (isset($id)) { return "/_sql/async/status/$id"; } throw new RuntimeException('Missing parameter for the endpoint sql.get_async_status'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'GET'; } }