cURL
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>" }
Get an evaluation by its ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes