How to get PlaceId from JobId

I’m working on a little project that uses a website to communicate with Roblox servers using JobId input.
Is there a way to get a PlaceId from a JobId using some sort of api?

What does the JobId give us from the api call?

The JobId api (if it exists) should return the place id.

Well what would the parameters for the JobId be?

The JobId. (not sure what you mean)

Looking a bit at what this JobId is it seems to be found from the teleport async call so if they are being sent to a seperate place you can just remember to check what place id the client is in (plr.Parent.Parent.PlaceId)