---
title: "GET /v1/prompt/{promptId}/experiments"
method: GET
path: "/v1/prompt/{promptId}/experiments"
tags: ["Prompt"]
---

# GET /v1/prompt/{promptId}/experiments

`GET /v1/prompt/{promptId}/experiments`

## Path parameters

- `promptId` string, required

## Response `200`

Ok

- union
  - ResultSuccessIdStringCreatedAtStringNumHypothesesNumberDatasetStringMetaRecordStringAnyArray
    - `data` object[], required
      - `meta` RecordStringAny, required — Construct a type with a set of properties K of type T
      - `dataset` string, required
      - `num_hypotheses` number, double, required
      - `created_at` string, required
      - `id` string, required
    - `error` null, nullable, required
  - ResultErrorString
    - `data` null, nullable, required
    - `error` string, required

---

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