Take a look at the contents of the REQUEST object. You'll probably find what you need there :-) To view the REQUEST Object contents, make a Python Script request = container.REQUEST for k in request.keys(): print k, '=', request[k] print return printed