curl --request GET \
--url https://api.example.com/health{
"status": "<string>",
"status_code": 123,
"last_frame_timestamp": "2023-11-07T05:31:56Z",
"last_audio_timestamp": "2023-11-07T05:31:56Z",
"frame_status": "<string>",
"audio_status": "<string>",
"message": "<string>",
"verbose_instructions": "<string>",
"device_status_details": "<string>",
"vision_db_write_stalled": true,
"audio_db_write_stalled": true,
"drm_content_paused": true,
"schedule_paused": true,
"monitors": [
"<string>"
],
"pipeline": {
"uptime_secs": 123,
"frames_captured": 123,
"frames_db_written": 123,
"frames_dropped": 123,
"frame_drop_rate": 123,
"capture_fps_actual": 123,
"avg_ocr_latency_ms": 123,
"avg_db_latency_ms": 123,
"ocr_queue_depth": 123,
"video_queue_depth": 123,
"time_to_first_frame_ms": 123,
"pipeline_stall_count": 123,
"ocr_cache_hit_rate": 123
},
"audio_pipeline": {
"uptime_secs": 123,
"chunks_sent": 123,
"chunks_channel_full": 123,
"stream_timeouts": 123,
"vad_passed": 123,
"vad_rejected": 123,
"vad_passthrough_rate": 123,
"avg_speech_ratio": 123,
"transcriptions_completed": 123,
"transcriptions_empty": 123,
"transcription_errors": 123,
"db_inserted": 123,
"total_words": 123,
"words_per_minute": 123,
"chunks_received": 123,
"process_errors": 123,
"audio_level_rms": 123,
"audio_devices": [
"<string>"
],
"transcription_mode": "<string>",
"transcription_paused": true,
"segments_deferred": 123,
"segments_batch_processed": 123,
"batch_paused_reason": "<string>",
"meeting_detected": true,
"meeting_app": "<string>"
},
"accessibility": {
"walks_total": 123,
"walks_stored": 123,
"walks_deduped": 123,
"walks_empty": 123,
"walks_error": 123,
"walks_truncated": 123,
"walks_truncated_timeout": 123,
"walks_truncated_max_nodes": 123,
"truncation_rate": 123,
"avg_walk_duration_ms": 123,
"max_walk_duration_ms": 123,
"avg_nodes_per_walk": 123,
"max_depth_reached": 123,
"total_text_chars": 123
},
"pool_stats": {
"read_pool_size": 123,
"read_pool_idle": 123,
"write_pool_size": 123,
"write_pool_idle": 123
},
"hostname": "<string>",
"version": "<string>"
}Returns system health status including audio/video pipeline state, device info, and version.
curl --request GET \
--url https://api.example.com/health{
"status": "<string>",
"status_code": 123,
"last_frame_timestamp": "2023-11-07T05:31:56Z",
"last_audio_timestamp": "2023-11-07T05:31:56Z",
"frame_status": "<string>",
"audio_status": "<string>",
"message": "<string>",
"verbose_instructions": "<string>",
"device_status_details": "<string>",
"vision_db_write_stalled": true,
"audio_db_write_stalled": true,
"drm_content_paused": true,
"schedule_paused": true,
"monitors": [
"<string>"
],
"pipeline": {
"uptime_secs": 123,
"frames_captured": 123,
"frames_db_written": 123,
"frames_dropped": 123,
"frame_drop_rate": 123,
"capture_fps_actual": 123,
"avg_ocr_latency_ms": 123,
"avg_db_latency_ms": 123,
"ocr_queue_depth": 123,
"video_queue_depth": 123,
"time_to_first_frame_ms": 123,
"pipeline_stall_count": 123,
"ocr_cache_hit_rate": 123
},
"audio_pipeline": {
"uptime_secs": 123,
"chunks_sent": 123,
"chunks_channel_full": 123,
"stream_timeouts": 123,
"vad_passed": 123,
"vad_rejected": 123,
"vad_passthrough_rate": 123,
"avg_speech_ratio": 123,
"transcriptions_completed": 123,
"transcriptions_empty": 123,
"transcription_errors": 123,
"db_inserted": 123,
"total_words": 123,
"words_per_minute": 123,
"chunks_received": 123,
"process_errors": 123,
"audio_level_rms": 123,
"audio_devices": [
"<string>"
],
"transcription_mode": "<string>",
"transcription_paused": true,
"segments_deferred": 123,
"segments_batch_processed": 123,
"batch_paused_reason": "<string>",
"meeting_detected": true,
"meeting_app": "<string>"
},
"accessibility": {
"walks_total": 123,
"walks_stored": 123,
"walks_deduped": 123,
"walks_empty": 123,
"walks_error": 123,
"walks_truncated": 123,
"walks_truncated_timeout": 123,
"walks_truncated_max_nodes": 123,
"truncation_rate": 123,
"avg_walk_duration_ms": 123,
"max_walk_duration_ms": 123,
"avg_nodes_per_walk": 123,
"max_depth_reached": 123,
"total_text_chars": 123
},
"pool_stats": {
"read_pool_size": 123,
"read_pool_idle": 123,
"write_pool_size": 123,
"write_pool_idle": 123
},
"hostname": "<string>",
"version": "<string>"
}OK
Show child attributes
Show child attributes
Point-in-time snapshot of tree walker health metrics (no private data).
Show child attributes
Show child attributes
Was this page helpful?