Luup request to get Startup Lua

Hello – is there a luup data_request to retrieve the global startup Lua? I couldn’t find it in the wiki for Luup Requests.

Background:
I have a simple python script that remotely does an http request to retrieve all scene Lua. That way, I can more easily validate Lua (e.g. simply load it in VIM), search scene Lua for references that I change in the global Startup Lua, and add scene Lua to source repository, etc. I similarly want to do the same for Startup Lua.

Meta-question:
Is there a way to look for luup syntax on the Vera device? i.e. is there some file that I can search when logged in via ssh?

Thanks - Joel