List dataset logs
List logs in a dataset with filters and pagination. Set is_exporting=true to trigger an asynchronous CSV or JSONL export instead of returning results.
List logs in a dataset with filters and pagination. Set is_exporting=true to trigger an asynchronous CSV or JSONL export instead of returning results.
Dataset ID. Use _saved_logs for the virtual saved-logs collection.
Bearer token. Use Bearer YOUR_API_KEY.
Sort field for dataset logs. Prefix with - for descending order.
Set to async to preload full log objects in the background.
Comma-separated list of response fields to include.
Platform-standard filters keyed by field name.
Set to true to export logs instead of returning a paginated list.
Export format. Defaults to .csv.
Paginated dataset logs, or an export acknowledgement when is_exporting=true.