I'm building some scripts for automation. Individual API calls are working fine, but when I try to string them together, I'm getting the error:
{"code": 500, "message": "There was an error processing your request. It has been logged (ID 58fb6b3947b734b2)."}
Is there anywhere I can track down this error to find out what went wrong?
It is clearly at my end, as all I am doing is sending the results of one API call into the other. If I do the two steps manually then it is fine. So there's something in my script that is breaking it.