Run a single test case
Queues one test case from the suite and returns immediately with a run_id. Poll GET /test-suites/{test_suite_id}/runs/{run_id} until status is completed or failed.
Path parameters
org_id
Organization ID
workspace_id
Workspace ID
test_suite_id
test_case_id
Headers
X-API-Key
Your workspace API key.
Request
This endpoint expects an object.
app_id
App to run against.
app_version
Version of the app to run against.
frequency
How many times to execute each test case.
run_name
on_end_eval
Grade expected behaviors once the conversation ends.
Response
Successful Response
run_id
Poll GET /test-suites/{test_suite_id}/runs/{run_id} with this.
test_suite_id
scope
status
created, running, completed or failed.
Errors
400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error