admin

Get Transcription Logs

Retrieve transcription history logs with pagination and date filtering. Only accessible by admin users.

Implements a three-tier fallback system:

  1. Normal mode: Full query with lookup and sorting
  2. Fallback mode: Simplified query without lookup
  3. Single record mode: Returns only one record, no sorting
get/admin/transcription-logs

Query parameters

start_datestring nullable
end_datestring nullable
user_emailstring nullable
skipinteger
limitinteger
fallback_modeboolean nullable
single_recordboolean nullable
sanity_check_refused_onlyboolean

Response

Successful Response

idstring required
image_urlsstring[]
transcriptionsstring[]
figure_idsstring[]
tableauxobject[]
user_idstring nullable
user_emailstring nullable
source_typestring nullable
source_idstring nullable
exercise_idstring nullable
previous_transcriptionstring nullable
descriptionstring nullable
exercise_contentstring nullable
exercise_solutionstring nullable
statusstring nullable
timestampstring date-time required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.