PrompticPromptic

List iterations for an experiment

GET
/experiments/{experimentId}/iterations

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

experimentId*string
Formatuuid

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/experiments/497f6eca-6276-4993-bfeb-53cbbbba6f08/iterations"
{
  "data": [
    {
      "id": 0,
      "experimentId": "7cb83992-f615-4081-9f22-54e0b618e006",
      "iteration": 0,
      "prompt": "string",
      "overallNormalizedScore": 0,
      "evalNormalizedScore": 0,
      "createdAt": "string"
    }
  ]
}
{
  "error": "string"
}