{"name":"Ingestion Workflow API","version":"1.0.0","description":"Trigger and manage Temporal ingestion workflows","endpoints":{"start_ingestion":{"method":"POST","path":"/ingestion/start","description":"Trigger ingestion for all machine types"},"get_status":{"method":"GET","path":"/ingestion/status/{run_id}","description":"Check status of a specific ingestion run"},"health_check":{"method":"GET","path":"/health","description":"Check API and worker health status"},"terminate_all_workflows":{"method":"POST","path":"/ingestion/terminate-all-workflows","description":"Terminate all running workflows"},"termination_status":{"method":"GET","path":"/ingestion/termination-status","description":"Check status of workflow termination process"}}}