Blog
Log In
Request Demo
Search...
/
Help Center
API Reference
Changelog
Overview
Getting started
Authentication
API Reference
Prompts
Workflows
Document Indexes
Documents
Test Suites
Test Cases
Test Suite Runs
POST
Create Test Suite Run
GET
Retrieve Test Suite Run
GET
List Test Suite Executions
Folder Entities
Blog
Log In
Request Demo
API Reference
Test Suites
Test Suite Runs
Retrieve Test Suite Run
Beta
GET
https://
api.vellum.ai
/
v1
/
test-suite-runs
/
:id
Retrieve a specific Test Suite Run by ID
Path parameters
id
string
Required
A UUID string identifying this test suite run.
Response
This endpoint returns an object.
id
string
created
datetime
test_suite
object
Show 3 properties
state
enum
Allowed values:
QUEUED
RUNNING
COMPLETE
FAILED
CANCELLED
The current state of this run
QUEUED
- Queued
RUNNING
- Running
COMPLETE
- Complete
FAILED
- Failed
CANCELLED
- Cancelled
exec_config
object
Optional
Configuration that defines how the Test Suite should be run
Show 3 variants
Built with