---
title: "Get Explorations"
method: GET
path: "/api/v2/explorations"
tags: ["Explorations"]
---

# Get Explorations

`GET /api/v2/explorations`

## Query parameters

- `filter_to_user_with_assigment` string, uuid

## Response `200`

Successful Response

- GetExplorationsResponse
  - `explorations` Exploration[], required
    - `id` string, uuid, required
    - `name` string, required
    - `namespace` string, required
    - `description` string, required
    - `domain` Domain, required
      - `id` string, uuid, required
      - `name` string, required
      - `description` string, required
    - `status` 'pending' | 'active' | 'archived' | 'deleting', required
    - `finalizers` string[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-18** `27bdd30fdd25` — 2 info
  - added the required property `explorations/items/finalizers` to the response with the `200` status
  - added the required property `explorations/items/status` to the response with the `200` status
- **2026-06-08** `9be815f08dfd` — 1 breaking, 1 info
  - `query` request parameter `filter_to_user_with_assigment` list-of-types was narrowed by removing types `null`
  - for the `query` request parameter `filter_to_user_with_assigment`, the type/format was generalized from ``/`` to `string`/`uuid`
- **2026-04-27** `d5400fc7e149` — 2 info
  - added the new optional `query` request parameter `filter_to_user_with_assigment`
  - added the non-success response with the status `422`
- **2026-04-21** `1d06e4d7ba08` — 1 info
  - endpoint added
- **2026-04-09** `acefda080e5b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/conveyordata/apis/data-product-portal/changes/api/v2/explorations/get.md)

---

[API](https://skmtc.dev/conveyordata/apis/data-product-portal.md) · [All operations](https://skmtc.dev/conveyordata/apis/data-product-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conveyordata/data-product-portal/revisions/0210e55aab9d/schema)
