admin
Get Transcription Logs
Retrieve transcription history logs with pagination and date filtering. Only accessible by admin users.
Implements a three-tier fallback system:
- Normal mode: Full query with lookup and sorting
- Fallback mode: Simplified query without lookup
- 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
Changes
No recorded changes to this endpoint across all 2 revisions of this API.