GET
/
evaluations
curl --request GET \
  --url https://api.fixa.dev/v1/evaluations \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "enabled": true,
    "isCritical": true,
    "params": {},
    "evaluationTemplateId": "<string>",
    "scenarioId": "<string>",
    "evaluationGroupId": "<string>",
    "agentId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

evaluations retrieved successfully

The response is of type object[].