Skip to main content
POST
Create a preset test run
This workspace-scoped operation requires the matching activity or feedback capability. Private preset visibility is enforced for linked records.

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
preset_id
string<uuid>
baseline_preset_id
string<uuid>
name
string
Maximum string length: 160
description
string
Maximum string length: 1000
status
enum<string>
Available options:
pending,
running,
completed,
failed,
cancelled
dataset_name
string
Maximum string length: 160
config
object
summary
object
started_at
string<date-time>
completed_at
string<date-time>

Response

Test run created

data
object
required
Last modified on August 30, 2026