---
title: "Dataset Run Logs Tasks List List"
method: GET
path: "/evaluations/dataset-run-logs-tasks/list/"
tags: ["evaluations"]
---

# Dataset Run Logs Tasks List List

`GET /evaluations/dataset-run-logs-tasks/list/`

List view for dataset LLM inference tasks with complex filtering support.
Similar to EvalSetsListView but for dataset LLM inference tasks.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

- PaginatedDatasetTaskTrackerRunLogsListList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `total_count` integer
  - `current_filters` FilterParamDictPydantic — Pydantic model for FilterParamDict. A dictionary that maps metric names to their filter parameters. Each key is a metric name (str), and each value can be: - A single MetricFilterParamPydantic (one condition) - A List[MetricFilterParamPydantic] (multiple conditions for same metric) - A FilterBundlePydantic (nested filter bundle with connector) Note: Uses extra="allow" for dynamic metric name fields. The __pydantic_extra__ annotation tells Pydantic what types to expect for extra fields, and generates typed additionalProperties in JSON Schema.
  - `filters_data` PaginatedDatasetTaskTrackerRunLogsListListFiltersData
  - `results` DatasetTaskTrackerRunLogsList[], required
    - `task_id` string, required
    - `name` string, required
    - `dataset_id` string, required
    - `dataset_name` string, required
    - `type` 'add_logs' | 'remove_logs' | 'run_logs' | 'run_evals' | 'run_experiment' — * `add_logs` - Add Logs * `remove_logs` - Remove Logs * `run_logs` - Run Logs * `run_evals` - Run Evals * `run_experiment` - Run Experiment
    - `status` 'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled' — * `pending` - Pending * `processing` - Processing * `paused` - Paused * `completed` - Completed * `failed` - Failed * `cancelled` - Cancelled
    - `progress_percentage` string, required
    - `processed_count` string, required
    - `total_count` string, required
    - `created_at` string, date-time, required
    - `started_at` string, date-time, nullable
    - `completed_at` string, date-time, nullable
    - `error_message` string
    - `id` string, required
    - `run_at` string, date-time

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/versions/c26d550029f8/schema)
