Skip to main content
GET
/
evaluations
/
{id}
Get evaluation by ID
curl --request GET \
  --url https://app.relyable.ai/api/evaluations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "name": "<string>",
    "scenarioText": "<string>",
    "generalInstructions": "<string>",
    "personalityId": "<string>",
    "agentId": "<string>",
    "createdByUserId": "<string>",
    "workspaceId": "<string>",
    "tixaeCallPhoneNumber": "<string>"
  },
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Successful response

data
object
required
message
string
required
{key}
any