list_dataset_logs
Lists logs in a dataset with pagination and filtering options. Retrieve specific fields and apply filters by dataset ID.
Instructions
List all logs (data points) in a dataset with pagination and filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| filters | No | Filters keyed by field name. Example: { "status_code": { "operator": "eq", "value": 200 } } | |
| sort_by | No | Sort field. Prefix with - for descending. | |
| page_size | No | Results per page (max 100). | |
| dataset_id | Yes | The unique identifier of the dataset. | |
| include_fields | No | Comma-separated list of fields to include in response. |