PrompticPromptic

Get an evaluation by ID

GET
/components/{componentId}/evaluations/{evaluationId}

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace settings

In: header

Path Parameters

componentId*string
Formatuuid
evaluationId*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/components/497f6eca-6276-4993-bfeb-53cbbbba6f08/evaluations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "name": "string",
  "status": "string",
  "datasetId": "6586f21b-ad4d-4d06-a309-712af47184a2"
}
{
  "error": "string"
}
{
  "error": "string"
}