GET /v2/gen-ai/evaluation_test_cases/{test_case_uuid}
To retrive information about an existing evaluation test case, send a GET request to /v2/gen-ai/evaluation_test_case/{test_case_uuid}
.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
test_case_uuid |
String | Yes |
The test case uuid to retrieve. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
evaluation_test_case_version |
Integer | No |
Version of the test case. |
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.