Authorizations
API Key Authentication. It should be included in the header of each request.
Path Parameters
A unique integer value identifying this result.
Body
Response
Mixin for parsing restql query from request.
NOTE: We are using request.GET
instead of
request.query_params
because this might be
called before DRF request is created(i.e from dispatch).
This means request.query_params
might not be available
when this mixin is used.
Unique identifier for this test result
Name or description of this test result
255
ID of the AI agent that was tested
Whether this result was created by a scheduled cronjob
List of test runs associated with this result, including run details, status, scenario information, and phone numbers used
Number of test runs that met the expected outcome criteria
Total number of test runs that were evaluated for expected outcomes
Total number of test runs associated with this result
Number of test runs that have completed successfully
Number of test runs that were marked as successful
Number of test runs that failed or encountered errors
List of scenario names used in the test runs for this result
Timestamp when this test result was created
Timestamp when this test result was last updated
Current status of the test result (e.g., running, completed, failed)
running
- Runningcompleted
- Completedfailed
- Failedpending
- Pendingin_progress
- In Progressevaluating
- Evaluatingin_queue
- In Queuetimeout
- Timeout
running
, completed
, failed
, pending
, in_progress
, evaluating
, in_queue
, timeout
Success rate of the test runs as a decimal (0.0 to 1.0)
Whether this test was run in text mode instead of voice mode