GET /evals
Servers
- https://api.openai.com/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
order |
String | No |
Sort order for evals by timestamp. Use Possible values:
Default value: "asc" |
limit |
Integer | No |
Number of evals to retrieve. Default value: 20 |
after |
String | No |
Identifier for the last eval from the previous pagination request. |
order_by |
String | No |
Evals can be ordered by creation time or last updated time. Use
Possible values:
Default value: "created_at" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.