The unique identifier of the app.
an object with query parameters
Optionalall?: booleanWhen true, includes full evaluation details in each result. When false, detail fields are omitted.
OptionalfileMode?: booleanWhen true, adds file download headers to the response.
Optionalformat?: stringThe output format for the response. Accepts json or xml.
Optionallimit?: numberMaximum number of results to return per page.
Optionalnext?: stringA cursor token for fetching the next page of results.
Optionalprev?: stringA cursor token for fetching the previous page of results.
Optionalsort?: "started" | "+started" | "-started"The field to sort results by. Prefix with - for descending order or + for ascending.
Optionaloptions: ApiCallOptions
Returns a paginated list of historical evaluations for the specified app. Use the
nextandprevcursor values from the response links to navigate through pages of results.