Api Annotation Items Queue List Create

Handle POST requests (for filtering) by delegating to GET.

Authentication

AuthorizationBearer
JWT access token or Respan API key

Request

This endpoint expects an object.
source_idstringRequired1-255 characters
source_typeenumRequired
  • logs - Logs
  • dataset_logs - Dataset Logs
  • threads - Threads
full_objectanyRequired
idstringOptional1-255 characters
source_dataset_idstring or nullOptional<=255 characters
statusenumOptional
  • pending - Pending
  • processing - Processing
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
evaluator_idslist of stringsOptional
List of evaluator IDs that define which scoring criteria the assignee should fill out
completed_atdatetime or nullOptional

Response

source_idstring<=255 characters
source_typeenum
  • logs - Logs
  • dataset_logs - Dataset Logs
  • threads - Threads
created_byobject
created_atdatetimeRead-only
full_objectany
scoresmap from strings to anyRead-only
idstring<=255 characters
source_dataset_idstring or null<=255 characters
statusenum
  • pending - Pending
  • processing - Processing
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
evaluator_idslist of strings
List of evaluator IDs that define which scoring criteria the assignee should fill out
completed_atdatetime or null