Hi, now I'm working on the POST API Request to get...
# ask-community-for-troubleshooting
p
Hi, now I'm working on the POST API Request to get the job information from airbyte job, so I use /v1/jobs/get api following https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html but I got this error
Copy code
<html>
<head><title>405 Not Allowed</title></head><script language="javascript"\>
                window.TRACKING_STRATEGY = "segment";
                window.FULLSTORY = "";
                window.AIRBYTE_VERSION = "0.35.57-alpha";
                window.API_URL = "/api/v1/";
                window.IS_DEMO = "";
                </script>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.19.10</center>
</body>
</html>
Please guide me how to get airbyte's job information via api.
s
What is the API URL u’re making a call to? The way the doc is written it’s easy to miss having
api
in the url. So /api/v1/…
p
It's http//&lt;airbyte cloud ip address&gt;8000/v1/jobs/get