Nisarg Patel
09/24/2024, 9:39 PMuser
09/24/2024, 9:39 PMNisarg Patel
09/24/2024, 9:40 PMuser
09/24/2024, 9:40 PMuser
09/24/2024, 9:41 PMgetStreamProperties
method of the "Streams" group in the Airbyte Public API. Here is the endpoint: GET /streams
This method requires the following parameters: - sourceId
(string, required): ID of the source - destinationId
(string, required): ID of the destination - ignoreCache
(boolean, optional): If true pull the latest schema from the source, else pull from cache (default false) The response will include a list of stream properties associated with a connection. However, please note that this method does not directly indicate whether a stream is enabled or not. You might need to cross-reference this with your connection configuration to determine which streams are enabled. For more details, you can refer to the [Airbyte Public API documentation](https://reference.airbyte.com/reference/start). Please note that this is based on the information available in the provided knowledge sources and the actual implementation might vary based on your specific setup and version of Airbyte.