get
https://example.com/api/pbul//iologs/variables/
Get environmental data by event id, for a single log file. Keys of the returned log object are the keys of the
set environment variables. Values can be numeric, string, or array. The values inside of an array can further be
broken down into key-value pairs.
"env": [
"TERM=xterm-256color",
"SHELL=/bin/bash"
]