---
title: "List all explorations"
method: GET
path: "/explorations"
tags: ["Explorations"]
---

# List all explorations

`GET /explorations`

## Query parameters

- `project_id` string, required
- `page` integer
- `page_size` integer

## Response `200`

A paginated list of explorations

- object
  - `total` integer
  - `page` integer
  - `page_size` integer
  - `items` Exploration[]
    - `id` string
    - `name` string
    - `description` string
    - `state` 'completed' | 'ongoing' | 'not_started' | 'upcoming'
    - `theoretical_combinations` integer, nullable
    - `real_combinations` integer, nullable
    - `remaining_time` string, date-time, nullable
    - `started_at` string, date-time, nullable
    - `finished_at` string, date-time, nullable
    - `current_sample` integer, nullable
    - `combinaisons` array[], nullable
      - string[]
    - `metrics` object, nullable
    - `combinaisons_file` string, uri

## Changes

> 10 revisions in range; 1 could not be searched.

- **2025-06-17** `4d81f9775513` — 1 info
  - added the optional property `items/items/metrics` to the response with the `200` status
- **2025-06-13** `c9d5206deff2` — 1 info
  - added the optional property `items/items/finished_at` to the response with the `200` status
- **2025-06-13** `cd0994605b52` — 1 info
  - added the optional property `items/items/started_at` to the response with the `200` status
- **2025-06-05** `0f01850f2d08` — 4 warning, 4 info
  - removed the optional property `items/items/combinaison` from the response with the `200` status
  - removed the optional property `items/items/combinaison_file` from the response with the `200` status
  - removed the optional property `items/items/real_computations` from the response with the `200` status
  - removed the optional property `items/items/theoretical_computations` from the response with the `200` status
  - …4 more
- **2025-05-15** `f00696d27785` — 7 warning, 4 info
  - removed the optional property `items/items/combinaisons` from the response with the `200` status
  - removed the optional property `items/items/combinaisons_file` from the response with the `200` status
  - removed the optional property `items/items/finished_at` from the response with the `200` status
  - removed the optional property `items/items/metrics` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/debiai/apis/exploration-api/changes/explorations/get.md)

---

[API](https://skmtc.dev/debiai/apis/exploration-api.md) · [All operations](https://skmtc.dev/debiai/apis/exploration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/debiai/exploration-api/revisions/9a980d1404db/schema)
