Last updated 6 months ago
Retrieve the active evaluation with a given ID.
URL: /evaluations/{id}
/evaluations/{id}
Method: GET
GET
Code : 200 OK
200 OK
Content: evaluation defined as:
evaluation
Where
state is any of these: pending, evaluating, paused, failed, cancelled or finished.
state
pending
evaluating
paused
failed
cancelled
finished
Example:: GET /evaluations/1
GET /evaluations/1
{ "id": "string", "expression": "string", "state": "string" }
{ "id": "1", "expression": "1000000 factorial", "state": "pending" }