Skip to main content
POST
Create evaluations evaluations

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
type
string
description
string
executionSettings
object
modelSettings
object
customMetrics
(null | boolean | number | string | any[] | object)[]
config
testCases
object[]
templates
(null | boolean | number | string | any[] | object)[]

Response

Successful response

type
string
required
status
string
required
id
number
required
name
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
organizationId
string<uuid>
required
description
null | string
required
createdBy
string
required
executionSettings
null | object
required
modelSettings
null | object
required
customMetrics
null | object[]
required
executorType
null | string
required
executorConfig
null | object
required
publishedRunId
null | number
required
publishedVersion
null | number
required
projectKey
null | string
required
lockedBySessionId
null | string
required
lockAcquiredAt
null | string<date-time>
required