pub async fn get_journal_command_by_id(
__arg0: State<AdminState>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
GET /monitoring/engine/journal/commands/{request_id} - Get journal record by request ID
Returns the full journal record for a specific request_id, including the command JSON, response JSON, all emitted events, and pre/post state digests.
Authentication: Requires X-Admin-Key header (performance protection).