Retrieve all logs associated with a specific dataset
list_dataset_logs
method allows you to retrieve all logs that are part of a specific dataset. This is useful for reviewing dataset contents and analyzing the data.
Parameter | Type | Required | Description |
---|---|---|---|
dataset_id | str | Yes | The unique identifier of the dataset |
limit | int | No | Maximum number of logs to return (default: 50) |
offset | int | No | Number of logs to skip for pagination (default: 0) |