Hey guys, I want to launch all my Airbyte connect...
# ask-community-for-troubleshooting
d
Hey guys, I want to launch all my Airbyte connections using a Python script and for that I'm trying to understand the Airbyte API. However, for all connection management related API requests in the documentation (https://airbyte-public-api-docs.s3.us-east-2.amazonaws.com/rapidoc-api-docs.html#post-/v1/connections/list), we must always pass the connexion_id to trigger the connection or even to retrieve its details. How can I retrieve my connexion_id after creating the connection manually? Thanks a lot and hope you guys have a great one !
1
a
Hey @Davi, the connection id is returned by the server uppon connection creation with this endpoint:
/v1/connections/create
d
So I was right ? Am I forced to create the connection via API in order to retrieve the connection_id ? Is there a way to retrieve the list of connections_id whose connections were created manually (directly on the Cloud UI) ? Thank you in advance for your help ! :)