Get a Job results in 400

That helped a ton, Nik thank you!!
It looks like my problem started with the users-import request. I threw the request into a variable, and the ID it came back with was a single digit, which is also why I attempted to cast it explicitly as an Integer. With the example you provided, I see where that’s in the Body of the response via Auth0 Logs, and so I’ll have to adjust my response variable to make sure I’m getting the full job string instead, and that should fix my issue.