feat: add session image retrieval endpoint #27

Merged
siwat merged 1 commit from dev into main 2025-09-30 19:04:01 +00:00

1 commit

Author SHA1 Message Date
b2e7bc499d feat: add session image retrieval endpoint
Add HTTP endpoint to retrieve saved session images by session ID.
Images are saved during car_fueling progression stage.

- Add GET /session-image/{session_id} endpoint
- Search images directory for files matching session ID pattern
- Return most recent image if multiple exist
- Proper error handling (404 for not found, 500 for errors)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 01:27:12 +07:00