---
title: "✨ Bulk fetch indicators for inference runs"
method: GET
path: "/api/inference-runs/bulk-indicators/"
tags: ["Prompts"]
---

# ✨ Bulk fetch indicators for inference runs

`GET /api/inference-runs/bulk-indicators/`

Bulk fetch default indicators for multiple inference runs at once.

Returns aggregated metrics for up to 20 completed runs in a single request,
used by the Comparison Matrix to show all versions side by side.

## Response `200`

- BulkIndicatorsResponse
  - `results` BulkIndicatorRun[], required
    - `completed_at` string, nullable
    - `created_at` string, required
    - `indicators` unknown, required
    - `model_display_name` string, nullable
    - `model_version_id` integer, required
    - `model_version_title` string, required
    - `project_subset` string, required
    - `run_id` integer, required
    - `status` string, required
    - `total_correct_predictions` integer, nullable
    - `total_predictions` integer, nullable
    - `total_tasks` integer, nullable

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/versions/1b113b8df950/schema)
