empty result for api connectors and sources airbyte_oss_ self managed #62828
Unanswered
abdulnawab
asked this question in
Platform API Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I have deployed a local airbyte instance via abctl in aws ec2. the api results work for workspaces and getting token. but when i query sources or destinations, it is providing me empty result. any thoughts?
curl -H "Authorization: Bearer "$token"
-H "Content-Type: application/json"
-X GET http://localhost:8000/api/public/v1/sources
{"data":[],"previous":"","next":""}
ubuntu@ip-172-31-93-175:~$ curl -H "Authorization: Bearer "$token" -H "Content-Type: application/json" -X GET http://localhost:8000/api/public/v1/connections
{"data":[],"previous":"","next":""}
ubuntu@ip-172-31-93-175:~$ curl -H "Authorization: Bearer "$token" -H "Content-Type: application/json" -X GET http://localhost:8000/api/public/v1/destinations
{"data":[],"previous":"","next":""}
Beta Was this translation helpful? Give feedback.
All reactions