pub async fn get_directive_status(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> Result<(StatusCode, SonicJson<DirectiveStatusResponse>), ApiError>Expand description
Look up the delivery status of a directive by its ID.
Public endpoint, no authentication required.