export_records
log_stream_id and experiment_id are not provided.
Arguments
project_id: The unique identifier of the project.root_type: The type of records to export.export_format: The desired format for the exported data.log_stream_id: Filter records by a specific run ID.experiment_id: Filter records by a specific experiment ID.filters: A list of filters to apply to the export.column_ids: A list of column IDs to include in the export.sort: A sort clause to order the exported records.redact: Redact sensitive data from the response.
An iterator that yields each record as a dictionary.: