Skip to main content

get_journal_command_by_id

Function get_journal_command_by_id 

Source
pub async fn get_journal_command_by_id(
    __arg0: State<AdminState>,
    __arg1: Path<String>,
) -> impl IntoResponse
Expand 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).