Vitor Fortunato
05/27/2024, 1:34 PMkapa.ai
05/27/2024, 1:34 PM/get_logs
endpoint. The supported streams for the Auth0 connector include Clients, Organizations, OrganizationMembers, OrganizationMemberRoles, and Users ([source](https://docs.airbyte.com/integrations/sources/auth0#supported-streams)). To ingest data from the /get_logs
endpoint, you would need to create a custom connector. However, it is important to note that, as of now, it is not possible to implement custom connectors on the Airbyte Cloud edition ([source](https://discuss.airbyte.io/t/1146)). If you are using the open-source version of Airbyte, you can develop a custom connector. Unfortunately, there is no detailed information provided in the extracts about the exact steps to create a custom connector. You might want to refer to the [Airbyte documentation](https://docs.airbyte.com) for more details on creating custom connectors. If you need further assistance, consider reaching out to the Airbyte community on Slack or the forums, as suggested in the forum post ([source](https://discuss.airbyte.io/t/3702)). For now, here are the steps you might follow to get started with a custom connector: 1. Set up your development environment: Ensure you have the necessary tools and dependencies installed. 2. Define the connector specification: This includes the configuration required to connect to the Auth0 API. 3. Implement the connector logic: Write the code to fetch data from the /get_logs
endpoint. 4. Test the connector: Ensure it works as expected and handles rate limits and other API constraints. For more detailed guidance, please refer to the [Airbyte documentation](https://docs.airbyte.com). If you have any specific questions or run into issues, feel free to open a new topic on the Airbyte forum or ask for help in the Slack community.