Turn History
GET/public_blessings_machine/turn/history
Retrieves the user's turn history, with pagination support. Use the 'page' query parameter to navigate through the history.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Returns paginated turn history.
Bad Request - Invalid query parameters.
Unauthorized - Authentication failed or missing token.
Not Found - Turn history not found.
Internal Server Error - An unexpected error occurred on the server.