{"message":"OpenAI Webhook Callback Server","endpoints":{"POST /webhook":"Receive verified webhook data from OpenAI","GET /health":"Health check endpoint","GET /logs":"List saved webhook data files","GET /response/:responseId":"Manually retrieve a response by ID","POST /response/:responseId/cancel":"Cancel a response by ID","POST /parse-log/:filename":"Parse existing log file and extract content"},"instructions":["Webhook endpoint verifies signatures using OPENAI_WEBHOOK_SECRET","All received data will be saved to the logs directory","Response.completed events will retrieve and save full response data","Manual response retrieval will automatically parse and save content","Use /parse-log/:filename to test parsing on existing log files","Parsed content is saved to parsed-content directory with format: {symbol}-o3deepresearch-{number}.md","Check the console for real-time logs of incoming requests"],"directories":{"logs":"C:\\src\\dtdeepresearch\\webhook-callback\\logs","parsed_content":"C:\\src\\dtdeepresearch\\webhook-callback\\parsed-content"},"environment":{"webhook_secret_configured":true}}