Eval Sets List Update

PUT handler with superadmin lock and field protection.

Same as patch() - checks lock and field protection before delegating.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
namestringRequired1-255 characters
idstringOptional1-255 characters
log_countintegerOptional0-2147483647
log_idslist of stringsOptional
descriptionstringOptional
typeenumOptional
  • llm - Llm
  • human - Human
  • dataset - Dataset
  • sampling - Sampling
  • reference - Reference
statusenumOptional
  • initializing - Initializing
  • ready - Ready
  • failed - Failed
  • loading - Loading
running_statusenumOptional
  • draft - Draft
  • pending - Pending
  • paused - Paused
  • running - Running
  • waiting_for_annotations - Waiting For Annotations
  • completed - Completed
  • failed - Failed
running_progressdoubleOptional
starredbooleanOptional

Response

organization_idintegerRead-only
updated_byobject
namestring<=255 characters
created_atdatetimeRead-only
updated_atdatetimeRead-only
completed_annotation_countintegerRead-only
tagslist of objectsRead-only
granularityenum

Eval unit for this dataset: ‘logs’ (one span per row) or ‘traces’ (one root row per trace). Chosen at creation and immutable.

  • logs - Logs
  • traces - Traces
  • threads - Threads
idstring<=255 characters
log_countinteger0-2147483647
log_idslist of strings
descriptionstring
typeenum
  • llm - Llm
  • human - Human
  • dataset - Dataset
  • sampling - Sampling
  • reference - Reference
statusenum
  • initializing - Initializing
  • ready - Ready
  • failed - Failed
  • loading - Loading
running_statusenum
  • draft - Draft
  • pending - Pending
  • paused - Paused
  • running - Running
  • waiting_for_annotations - Waiting For Annotations
  • completed - Completed
  • failed - Failed
running_progressdouble
starredboolean