pub async fn handle(
state: State<RouterState>,
__arg1: Path<String>,
) -> impl IntoResponseExpand description
Task get handler.
This handler responds to GET /api/v1/tasks/:task_id with a deterministic,
side-effect-free payload containing the task specification derived from
authoritative projection state.