Hi Ramzy
Sorry about the delay, my kid decided to be sick today…
Anyway, as I understand it you want to do a search for a THING, and this thing has an jobid that was created outside Bubble, correct?
That would mean that you need to de a search for with a constraint. The constraints needs to be formatted in a special way (see manual here: https://bubble.io/reference#API.get_api.search_call.search_constraints).
For your example, you could try to format the GET url like this:
Remember the token in the header.
Let me know if it works