Last updated 6 months ago
Retrieve active evaluations, i.e., evaluations initiated as explained , and that are being processed at the moment of making this request.
URL: /evaluations
/evaluations
Method: GET
GET
Code : 200 OK
200 OK
Content: [evaluation] where evaluation is defined as:
[evaluation]
evaluation
Example:: GET /evaluations
GET /evaluations
{ "id": "string", "expression": "string", "state": "string" }
[ { "id": "1", "expression": "Delay wait: 10000", "state": "pending" } ]