Application Test Case Outputs

application_test_case_outputs

Methods

Batch Create Application Test Case Outputs -> Array<>
post/v4/application-test-case-outputs/batch

Description

Creates a batch of application test case outputs

Details

This API can be used to create multiple application test case outputs so users do not have to the incur the cost of repeated network calls. To use this API, pass in a list of application test case outputs in the request body.

List Application Test Case Outputs -> PageResponse<{ id, account_id, application_variant_id, 11 more... } | { id, account_id, application_variant_id, 11 more... }>
get/v4/application-test-case-outputs

Description

Lists all application test case outputs accessible to the user.

Details

This API can be used to list application test case outputs. If a user has access to multiple accounts, all application test case outputs from all accounts the user is associated with will be returned.

Get Application Test Case Output -> { id, account_id, application_variant_id, 11 more... } | { id, account_id, application_variant_id, 11 more... }
get/v4/application-test-case-outputs/{application_test_case_output_id}

Description

Gets the details of a application test case output

Details

This API can be used to get information about a single application test case output by ID. To use this API, pass in the id that was returned from your Create Application Test Case Output API call as a path parameter.

Review the response schema to see the fields that will be returned.

Domain types

ApplicationMetricScore = { category, metric_type, llm_metadata, 1 more... }
ApplicationTestCaseOutput = { id, account_id, application_variant_id, 8 more... } | { id, account_id, application_variant_id, 8 more... }
PaginatedApplicationTestCaseOutputWithViews = { current_page, items, items_per_page, 1 more... }
ResultSchemaFlexible = { generation_output, generation_extra_info }