Evals
List all evaluations
List evaluations for a project.
get/openai/evals
Query parameters
api-versionstring required
The API version to use for this operation.
afterstring
Identifier for the last run from the previous pagination request.
limitinteger
Number of runs to retrieve.
order'asc' | 'desc'
Sort order for runs by timestamp. Use asc for ascending order or desc for descending order. Defaults to asc.
order_by'created_at' | 'updated_at'
Evals can be ordered by creation time or last updated time. Use created_at for creation time or updated_at for last updated time.
Response
The request has succeeded.
Changes
Changed in 2 of the 9 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲