Skip to main content
POST
Run all unit tests

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspaceId
string<uuid>
required
entityType
enum<string>
required
Available options:
agent,
workflow
entityId
string
required
Minimum string length: 1
entityVersionId
string<uuid>
unitTestIds
string<uuid>[]
Required array length: 1 - 200 elements
onlyFailed
boolean
mockToolResults
object
judgeLlmOverride
object
repeat
integer
default:1
Required range: 1 <= x <= 20

Response

Runs enqueued

success
enum<boolean>
required
Available options:
true
data
object
required