POST
/
api
/
parea
/
v1
/
experiments
p = Parea(api_key="PAREA_API_KEY")  # replace with your API key

exp_uuids = p.list_experiment_uuids(ListExperimentUUIDsFilters())
[
  {
    "created_at": "2024-04-15 22:19:13",
    "is_public": false,
    "metadata": {
      "dataset": "dev 123"
    },
    "name": "greeting",
    "num_samples": 6,
    "pinned_stats": [
      {
        "operation": "mean",
        "value": 0.176471,
        "var1": "levenshtein"
      },
      {
        "operation": "mean",
        "value": 0.00002,
        "var1": "Cost"
      },
      {
        "operation": "mean",
        "value": 11,
        "var1": "Total Tokens"
      },
      {
        "operation": "mean",
        "value": 9,
        "var1": "Output Tokens"
      },
      {
        "operation": "mean",
        "value": 2,
        "var1": "Input Tokens"
      },
      {
        "operation": "mean",
        "value": 0.65273,
        "var1": "Latency"
      }
    ],
    "project_uuid": "...",
    "run_name": "bijou-kail",
    "status": "completed",
    "uuid": "..."
  }
]
p = Parea(api_key="PAREA_API_KEY")  # replace with your API key

exp_uuids = p.list_experiment_uuids(ListExperimentUUIDsFilters())

Authorizations

x-user-id
string
header
required

Body

application/json

Response

200
application/json
Successful Response

The response is of type object[].