{"endpoints":{"/checkpoints":"List all available checkpoints","/checkpoints/<date>":"Details for specific checkpoint (YYYY-MM-DD)","/download/<date>":"Download checkpoint as tar.gz (requires auth)","/download/all":"Download all checkpoints as tar.gz (requires auth)","/health":"Health check","/logs":"Recent log entries (last 100 lines)","/logs/full":"Download full log file","/status":"Current collection status","/status/<date>":"Status for specific date (YYYY-MM-DD)","DELETE /checkpoints":"Delete all checkpoints (requires auth) - DESTRUCTIVE!","POST /collect":"Trigger manual data collection (body: {date?, test?})","POST /collect/historical":"Trigger historical backfill (body: {start_date, end_date?, test?})"},"examples":{"checkpoint_details":"/checkpoints/2025-10-22","current_status":"/status","delete_all":"DELETE /checkpoints (with Authorization header) - WARNING: DESTRUCTIVE","download_checkpoint":"/download/2025-10-22 (with Authorization header)","list_checkpoints":"/checkpoints","recent_logs":"/logs","specific_date":"/status/2025-10-22","trigger_collection":"POST /collect with body: {\"date\": \"2025-10-22\", \"test\": false}"},"service":"Freshdesk Data Collection API","version":"1.0"}
