Hi @jbalasi! I understand you are using a API key that is set as a global variable when running a monitor, correct?
Monitor does not have access to global variables so use collection/environment variables instead.
FYI, a few differences between runner and monitor:
- All API must be publicly available
- No access to global variables (use collection/environment variables instead)
- No access to CURRENT VALUE (remember CURRENT VALUE is local to your session)
Hope this helps!