---
title: "List Evaluation Suite Catalog"
method: GET
path: "/projects/{project_id}/evaluation-suite-catalog"
tags: ["projects"]
---

# List Evaluation Suite Catalog

`GET /projects/{project_id}/evaluation-suite-catalog`

List curated Pioneer benchmark datasets selectable by a project.

Args:
    project_id: Project that will own the selected Evaluation Suite.
    auth: Authenticated requester.

Returns:
    Reviewed benchmark definitions without exposing mutable storage rows.

## Path parameters

- `project_id` string, required

## Response `200`

Successful Response

- PlatformBenchmarkResponse[]
  - `key` string, required
  - `description` string, required
  - `task_type` string, required
  - `source` string, required
  - `license` string, nullable, required
  - `scorer_kind` 'harness' | 'llmaj' | 'native', required
  - `scorer_config` JsonObjectOutput, required

## Other responses

- `404` — Project not found.
- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/projects/:project_id/evaluation-suite-catalog/get.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
