GET evaluations
This section describes when to use the GET evaluations endpoint.
Use the GET evaluations endpoints to:
- Retrieve the list of evaluations.
Use the
/api/v1/evaluations(GET) endpoint as detailed in the Evaluation payload example to get the list of evaluations that are enabled within the tenant. - Retrieve details of a single evaluation.
Use the
/api/v1/evaluations/{guid}(GET) endpoint as detailed in the Evaluation payload example to retrieve details of a single evaluation. You can retrieve the valid guid value from the/api/v1/evaluations(GET) endpoint.