v3

latestOpenAPI 3.1.02026-07-311,4541,5202.3 MB
evaluations

Api Annotation Items List

GET /api/annotation-items/

Simple listing for basic CRUD operations. Returns lightweight list of items without pagination.

Permission: Requires annotation_items:read (admin only)

Use cases:

  • Quick item lookups
  • Basic CRUD list view (C from CRUD done via /bulk/)
  • For paginated + filtered view, use /list/
  • For annotation work, use /queue/
get/api/annotation-items/

Headers

Authorizationstring required

JWT access token or Respan API key

Response

idstring
source_idstring required
source_type'logs' | 'dataset_logs' | 'threads' required
  • logs - Logs
  • dataset_logs - Dataset Logs
  • threads - Threads
source_dataset_idstring nullable
status'pending' | 'processing' | 'paused' | 'completed' | 'failed' | 'cancelled'
  • pending - Pending
  • processing - Processing
  • paused - Paused
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
evaluator_idsstring[]

List of evaluator IDs that define which scoring criteria the assignee should fill out

created_atstring date-time required
completed_atstring date-time nullable